File: ZeGrapher.appdata.xml

package info (click to toggle)
zegrapher 3.0.2-1
  • links: PTS
  • area: main
  • in suites:
  • size: 2,212 kB
  • sloc: cpp: 12,709; xml: 163; sh: 9; makefile: 4
file content (73 lines) | stat: -rw-r--r-- 3,608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>ZeGrapher.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0</project_license>
  <name>ZeGrapher</name>
  <summary>Fast and intuitive math graphing software</summary>
  <description>
    <p>
        ZeGrapher is an ergonomic, intuitive and fast software for plotting
        mathematical objects (functions, sequences, parametric equations)
        and experimental data on the plane (with polynomial fitting, CSV
        import/export).
    </p>
    <p>
        Here is what Zegrapher v3.0 can offer you:<br/>
        <ul>
            <li>Visualize up to six functions simultaneously. All the usual functions can be called: they're all written on a virtual keyboard. <br/>
                On a given function, others can be called, so it is possible to associate or compose functions.</li>
            <li>Numerical sequence plotting, they can be defined by a recurrent relation or explicitly.</li>
            <li>Parametric equation plotting. The curves can be animated, with adjustable smoothness (frame rate) and speed (ms per step).</li>
            <li>Experimental data plot and polynomial fit (regression). Data can be imported/exported from a CSV file.
            <li>Parametric plot for functions, sequences and parametric equations: the parameter symbol to use is "k".</li>
            <li>Plot tangents: they can be moved and resized simply with the mouse.</li>
            <li>Plot derivatives and antiderviatives.</li>
            <li>Print the graph, with the following options :</li>
            <ul>
                <li>Choose the size and the position of the graph on the sheet.</li>
                <li>Print in color or gray-scale.</li>
                <li>Export on a PDF file.</li>
            </ul>
            <li>Export to all common image formats (png, jpeg, tiff, gif...).</li>
            <li>Display a table of values with different options.</li>
            <li>Navigate on the graph :</li>
            <ul>
                <li>Select a curve to display the coordinates of its points.</li>
                <li>Zoom/unzoom on each axis separately or together, with the mouse on a point, or on a rectangular region.</li>
                <li>Move the graph.</li>
            </ul>
            <li>Customize the presentation :</li>
            <ul>
                <li>Change all the colors: axes, background, functions...</li>
                <li>Chose the program's and graph's font</li>
                <li>Adjust the plotting precision. Note that it will also affect rendering speed.</li>
                <li>Show/hide a grid.</li>
                <li>Activate/deactivate curves' smoothing.</li>
                <li>Plot the graph on an orthonormal basis.</li>
            </ul>
	    </li>
        </ul>
    </p>
  </description>
  <screenshots>
    <screenshot type="default">
      <image>https://zegrapher.com/screenshots/2g.png</image>
    </screenshot>
    <screenshot>
      <image>https://zegrapher.com/screenshots/3g.png</image>
    </screenshot>
    <screenshot>
      <image>https://zegrapher.com/screenshots/4g.png</image>
    </screenshot>
    <screenshot>
      <image>https://zegrapher.com/screenshots/7g.png</image>
    </screenshot>
    <screenshot>
      <image>https://zegrapher.com/screenshots/12g.png</image>
    </screenshot>
  </screenshots>
  <url type="homepage">https://zegrapher.com/</url>
  <url type="bugtracker">https://github.com/AdelKS/ZeGrapher/issues</url>
  <update_contact>eclipseo_at_fedoraproject.org</update_contact>
</component>