Initial release of Maemo 5 port of gnuplot
[gnuplot] / demo / html / index.save
1 <html><head><title>Demo scripts for gnuplot version 4.2</title>
2
3 <link text="text/css" href="gnuplot_demo.css" rel="stylesheet"></head><body>
4
5
6
7 <h2 align=center>Demo scripts for gnuplot version 4.2</h2>
8 <p>
9 Gnuplot is distributed with a large set of scripts demonstrating
10 various features of the program.  Collected below are the results of running
11 most of these scripts using gnuplot version 4.2. Interactive demo 
12 scripts are not included on this page.
13
14
15
16 <table border="0" width="100%">
17 <tbody><tr valign="top">
18
19 <td rowspan=2>
20     <h4>Basic 2D plot styles</h4>
21     <ul>
22     <li><a href="simple.html">simple&nbsp;functions</a></li>
23     <li><a href="fillcrvs.html">filled&nbsp;curves</a></li>
24     <li><a href="fillbetween.html">fill&nbsp;between&nbsp;curves</a></li>
25     <li><a href="candlesticks.html">candlesticks</a></li>
26     <li><a href="mgr.html">error bars</a></li>
27     <li><a href="histograms.html">histograms</a></li>
28     <li><a href="steps.html">step functions</a></li>
29     <li><a href="using.html">mixing styles</a></li>
30     <li><a href="pointsize.html">variable size points</a></li>
31     <li><a href="param.html">parametric&nbsp;functions</a></li>
32     <li><a href="vector.html">vector fields</a></li>
33     </ul>
34
35     <h4>Math functions and<br> curve fitting</h4>
36     <ul>
37     <li><a href="spline.html">B-splines</a></li>
38     <li><a href="airfoil.html">Bezier splines</a></li>
39     <li><a href="fit.html">parameter fitting</a></li>
40     <li><a href="prob2.html">probability</a></li>
41     <li><a href="prob.html">probability (more)</a></li>
42     <li><a href="random.html">random numbers</a></li>
43     <li><a href="bivariat.html">recursion, etc...</a></li>
44     </ul>
45
46     <h4>Binary and Image data </h4>
47     <ul>
48     <li><a href="binary.html">binary data</a></li>
49     <li><a href="image.html">image data</a></li>
50     </ul>
51 </td>
52
53 <td rowspan=2>
54     <h4>Surfaces and<br>3D plotting</h4>
55     <ul>
56     <li><a href="surface1.html">surfaces 1</a></li>
57     <li><a href="surface2.html">surfaces 2</a></li>
58     <li><a href="contours.html">contours</a></li>
59     <li><a href="singulr.html">singularities</a></li>
60     <li><a href="hidden.html">hidden surfaces</a></li>
61     <li><a href="pm3d.html">pm3d coloring</a></li>
62     <li><a href="hidden2.html">pm3d hidden surfaces</a></li>
63     <li><a href="world2.html">3D mapping</a></li>
64     </ul>
65
66     <h4>Coordinate and<br> axis transforms</h4>
67     <ul>
68     <li><a href="polar.html">polar coords</a></li>
69     <li><a href="poldat.html">polar data</a></li>
70     <li><a href="world.html">cylindrical/spherical</a></li>
71     <li><a href="timedat.html">time/date coords</a></li>
72     </ul>
73
74     <h4>Animation</h4>
75     <ul>
76     <li><a href="animate2.html">animated gif</a></li>
77     </ul>
78
79     <h4>Colors</h4>
80     <ul>
81     <li><a href="rainbow.html">user-defined colors</a></li>
82     <li><a href="rgb_variable.html">RGB coloring</a></li>
83     <li><a href="pm3dcolors.html">pm3d colors</a></li>
84     <li><a href="pm3dgamma.html">pm3d gamma</a></li>
85     </ul>
86 </td>
87
88 <td rowspan=2>
89     <h4>Sample Applications</h4>
90     <ul>
91     <li><a href="controls.html">control models</a></li>
92     <li><a href="discrete.html">discrete&nbsp;contours</a></li>
93     <!--- <li><a href="electron.html">electron</a></li> --->
94     <li><a href="finance.html">financial data</a></li>
95     <li><a href="scatter.html">non-gridded data</a></li>
96     </ul>
97
98     <h4>Text options</h4>
99     <ul>
100     <li><a href="textcolor.html">colored text</a></li>
101     <li><a href="textrotate.html">rotated text</a></li>
102     <li><a href="enhancedtext.html">'enhanced' text</a></li>
103     <li><a href="datastrings.html">string data</a></li>
104     <li><a href="stringvar.html">string variables</a></li>
105     </ul>
106
107     <h4>Page Layout</h4>
108     <ul>
109     <li><a href="key.html">plot key</a></li>
110     <li><a href="layout.html">multiplot&nbsp;layout</a></li>
111     <li><a href="margins.html">aligned plots</a></li>
112     <li><a href="multiplt.html">multiple plots</a></li>
113     <li><a href="tics.html">axis tics</a></li>
114     <li><a href="rectangle.html">rectangles</a></li>
115     </ul>
116
117     <h4>Styles</h4>
118     <ul>
119     <li><a href="dashcolor.html">line styles</a></li>
120     <li><a href="fillstyle.html">fill styles</a></li>
121     <li><a href="arrowstyle.html">arrow styles</a></li>
122     </ul>
123 </td>
124
125 <td align=center valign=bot>
126         <h4></h4>
127         Most of these plots were generated using
128         <font size="-1"><pre>set terminal png transparent font "arial" 8</pre></font>
129 </td>
130 </tr>
131
132 <tr valign=top><td align=center>
133 <img src="showcase_plot.png">
134 </td></tr>
135
136 </tbody></table>
137 </p>
138 <hr>
139
140
141 <table border="0" width="100%">
142 <tbody><tr valign="top">
143
144     <td>
145     <i>generated by Ethan Merritt<br>August 2006</i>
146     </td>
147
148     <td>
149     <ul>
150     <li><a href="http://sourceforge.net/projects/gnuplot/">
151         Gnuplot development pages on SourceForge</a></li>
152     <li>On-line documentation in
153         <a href="http://gnuplot.sourceforge.net/docs_4.2/index.html">HTML</a>
154         and
155         <a href="http://gnuplot.sourceforge.net/docs_4.2/gnuplot.pdf">PDF</a></li>
156     </ul>
157     </td>
158     
159     <td>
160     <ul>
161     </ul>
162     </td>
163     
164 </tr>
165 </tbody></table>
166 </body></html>