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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
|
<html><head><title>Demo scripts for gnuplot CVS version</title>
<link type="text/css" href="gnuplot_demo.css" rel="stylesheet"></head><body>
<h2 align=center>Demo scripts for gnuplot CVS version</h2>
<p>
Gnuplot is distributed with a large set of scripts that demonstrate
various features. Collected below are the results of running
many of these scripts through the CVS version of gnuplot.
Interactive demo scripts are not included on this page.
<table>
<tbody><tr>
<td rowspan=2>
<h4>Basic 2D plot styles</h4>
<ul>
<li><a href="simple.html">simple functions</a></li>
<li><a href="fillcrvs.html">filled curves</a></li>
<li><a href="fillbetween.html">fill between curves</a></li>
<li><a href="candlesticks.html">candlesticks</a></li>
<li><a href="mgr.html">error bars</a></li>
<li><a href="histograms.html">histograms</a></li>
<li><a href="steps.html">step functions</a></li>
<li><a href="multiaxis.html">multiple axis scales</a></li>
<li><a href="using.html">mixing styles</a></li>
<li><a href="pointsize.html">variable size points</a></li>
<li><a href="param.html">parametric functions</a></li>
<li><a href="vector.html">vector fields</a></li>
<li><a href="boxplot.html">boxplots</a></li>
<li><a href="circles.html">circles</a></li>
<li><a href="cities.html">text</a></li>
</ul>
<h4>Math functions and<br> curve fitting</h4>
<ul>
<li><a href="approximate.html">approximation</a></li>
<li><a href="spline.html">B-splines</a></li>
<li><a href="airfoil.html">Bezier splines</a></li>
<li><a href="fit.html">parameter fitting</a></li>
<li><a href="prob2.html">probability</a></li>
<li><a href="prob.html">probability (more)</a></li>
<li><a href="random.html">random numbers</a></li>
<li><a href="bivariat.html">recursion, etc...</a></li>
<li><a href="stats.html">data statistics</a></li>
</ul>
<h4>Animation</h4>
<ul>
<li><a href="animate2.html">animated gif</a></li>
</ul>
</td>
<td rowspan=2>
<h4>3D plots and surfaces</h4>
<ul>
<li><a href="surface1.html">surfaces 1</a></li>
<li><a href="surface2.html">surfaces 2</a></li>
<li><a href="contours.html">contours</a></li>
<li><a href="singulr.html">singularities</a></li>
<li><a href="hidden.html">hidden surfaces</a></li>
<li><a href="pm3d.html">pm3d coloring</a></li>
<li><a href="hidden2.html">pm3d hidden surfaces</a></li>
<li><a href="world2.html">3D mapping</a></li>
</ul>
<h4>Coordinate and<br> axis transforms</h4>
<ul>
<li><a href="polar.html">polar coords</a></li>
<li><a href="poldat.html">polar data</a></li>
<li><a href="world.html">cylindrical/spherical</a></li>
<li><a href="timedat.html">time/date coords</a></li>
</ul>
<h4>Binary and Image data </h4>
<ul>
<li><a href="binary.html">binary data</a></li>
<li><a href="image.html">image data</a></li>
<li><a href="image2.html">binary and image tricks</a></li>
<li><a href="rgbalpha.html">RGB + alpha channel</a></li>
</ul>
<h4>Colors</h4>
<ul>
<li><a href="rainbow.html">user-defined colors</a></li>
<li><a href="rgb_variable.html">RGB coloring</a></li>
<li><a href="pm3dcolors.html">pm3d colors</a></li>
<li><a href="pm3dgamma.html">pm3d gamma</a></li>
</ul>
</td>
<td rowspan=2>
<h4>Sample Applications</h4>
<ul>
<li><a href="controls.html">control models</a></li>
<li><a href="discrete.html">discrete contours</a></li>
<!--- <li><a href="electron.html">electron</a></li> --->
<li><a href="finance.html">financial data</a></li>
<li><a href="scatter.html">non-gridded data</a></li>
<li><a href="running_avg.html">running averages</a></li>
<li><a href="smooth.html">cummulative smoothing</a></li>
<li><a href="heatmaps.html">2D and 3D heat maps</a></li>
</ul>
<h4>Text options</h4>
<ul>
<li><a href="textcolor.html">colored text</a></li>
<li><a href="textrotate.html">rotated text</a></li>
<li><a href="enhancedtext.html">enhanced text</a></li>
<li><a href="datastrings.html">string data</a></li>
<li><a href="stringvar.html">string variables</a></li>
</ul>
<h4>Page Layout</h4>
<ul>
<li><a href="key.html">plot key</a></li>
<li><a href="layout.html">multiplot layout</a></li>
<li><a href="multiplt.html">multiple plots</a></li>
<li><a href="margins.html">aligned plots</a></li>
<li><a href="ellipse.html">axis location</a></li>
<li><a href="tics.html">axis ticmarks</a></li>
<li><a href="rectangle.html">rectangles</a></li>
</ul>
<h4>Styles</h4>
<ul>
<li><a href="dashcolor.html">line styles</a></li>
<li><a href="fillstyle.html">fill styles</a></li>
<li><a href="arrowstyle.html">arrow styles</a></li>
<li><a href="transparent.html">transparency</a></li>
<li><a href="transparent_solids.html">transparent solids</a></li>
</ul>
</td>
<td align=center valign=bot>
<h4></h4>
Most of these plots were generated using
<font size="-1"><pre>set terminal png transparent font "arial" 8</pre></font>
</td>
</tr>
<tr><td align=center>
<img src="showcase_plot.png">
</td></tr>
</tbody></table>
</p>
<hr>
<table>
<tbody><tr>
<td>
<i>This page created by Ethan Merritt<br>April 2011</i>
</td>
<td>
<ul>
<li><a href="http://sourceforge.net/projects/gnuplot/">
Gnuplot development pages on SourceForge</a></li>
<li>On-line documentation in
<a href="http://gnuplot.sourceforge.net/docs/index.html">HTML</a>
and
<a href="http://gnuplot.sourceforge.net/docs/gnuplot.pdf">PDF</a></li>
</ul>
</td>
<td>
<ul>
</ul>
</td>
</tr>
</tbody></table>
</body></html>
|