File: index

package info (click to toggle)
ploticus-doc 2.33-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,392 kB
  • ctags: 169
  • sloc: pascal: 469; makefile: 63; sh: 11
file content (374 lines) | stat: -rw-r--r-- 12,826 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
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
.ig >>
<STYLE TYPE="text/css">
<!--
        A:link{text-decoration:none}
        A:visited{text-decoration:none}
        A:active{text-decoration:none}
        OL,UL,P,BODY,TD,TR,TH,FORM { font-family: arial,helvetica,sans-serif;; font-size:small; color: #333333; }

        H1 { font-size: x-large; font-family: arial,helvetica,sans-serif; }
        H2 { font-size: large; font-family: arial,helvetica,sans-serif; }
        H3 { font-size: medium; font-family: arial,helvetica,sans-serif; }
        H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
-->
</STYLE>
<title>ploticus: gallery of ploticus script examples</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550><tr>
<td>
  <table cellpadding=2 width=550><tr>
  <td><br><h2>Gallery of ploticus script examples</h2></td>
  <td align=right>
  <small>
  <a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  Version 2.33 Jun'06
     </small><br><a href="../doc/scripthome.html">Scripts</a>
  <td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>

.TH Gallery_of_ploticus_script_examples PL "02-JUN-2006   PL ploticus.sourceforge.net"

.ig >>

<center>
<table cellpadding=5 border=1><tr bgcolor=FFFFEC><td align=center>
<FORM ACTION="http://search.freefind.com/find.html" METHOD="GET" target="_self">  
Search the ploticus web site: 
<INPUT TYPE="HIDDEN" NAME="id" VALUE="80868605">
<INPUT TYPE="HIDDEN" NAME="pid" VALUE="r">
<INPUT TYPE="HIDDEN" NAME="mode" VALUE="ALL"> 
<INPUT type="HIDDEN" name="n" value="0">
<INPUT TYPE="TEXT" NAME="query" SIZE="20">
<INPUT TYPE="SUBMIT" VALUE=" Go ">
<br>
<small>(Powered by <A HREF="http://www.freefind.com">FreeFind</A>)</small>
</FORM>
</td></tr></table>
</center>
<br>

<h3>
<a href="thumbnails/index.html">View thumbnails of all script examples</a> 
<br>
<br>
See also the <a href="../doc/prefab_gallery.html">gallery of prefab examples</a>
</h3>

<br>
<br>
<table cellpadding=2 cellspacing=4>

<tr bgcolor=ECECEC><td>
<a href="gall.real.html"><img src="gif/world0sm.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.real.html">Real-world examples</a></b> 
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.sa.html"><img src="sa0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.sa.html">Scaling and axes</a></b>,
the preliminaries to plotting data.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.lineplot.html"><img src="lineplot0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.lineplot.html">Line plots</a></b>
are used to show values that change from left to right.
Often the change is over time along the X (horizontal) axis.
Use <a href="../doc/lineplot.html">proc lineplot</a>.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.lineplot.html#lpfilled"><img src="lpfilled0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.lineplot.html#lpfilled">Filled Line Plots</a></b> ...
Use <a href="../doc/lineplot.html">proc lineplot</a> with the <b>fill</b> option.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.rangesweep.html"><img src="rangesweep0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.rangesweep.html">Range Sweeps</a></b>
may be used to depict ranges that change from left to right.
Often the change is over time along the X (horizontal) axis.
Use <a href="../doc/rangesweep.html">proc rangesweep</a>.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.pie.html"><img src="pie0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.pie.html">Pie Graphs</a></b>
may be used to depict proportions that make up a whole, such as
budget categories, or survey breakdowns.
Use <a href="../doc/pie.html">proc pie</a>.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.bars.html"><img src="bars0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.bars.html">Bar Graphs</a></b>
(histograms) may be used to show comparisons, distributions, or category
tabulations.  They are also sometimes used to show values that
change over time.
Use <a href="../doc/bars.html">proc bars</a>.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.hbars.html"><img src="hbars0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.hbars.html">Horizontal bars</a></b>
are useful for compactness or where time values are being compared.
Use <a href="../doc/bars.html">proc bars</a> with
the <b>horizontalbars</b> option.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.hbars.html#timeline"><img src="timeline0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.hbars.html#timeline">Timelines</a></b>
are used to display events and durations with respect to time.
The result may be in the form of a timetable, project progress chart, etc.
Use <a href="../doc/bars.html">proc bars</a> with the 
<b>horizontalbars</b> and <b>segmentfields</b> attributes.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="segments.htm"><img src="thumbnails/segments.png" border=0>
<br><small>Click here to see example</small></a>
</td><td>
<b><a href="segments.htm">Floating bar segments</a></b>
can be used to represent many things including time interval events or genomic regions.
Use <a href="../doc/bars.html">proc bars</a> with the 
<b>horizontalbars</b> and <b>segmentfields</b> attributes.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.hbars.html#proportion"><img src="propbars0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.hbars.html#proportion">Bar proportions</a></b>
Use <a href="../doc/bars.html">proc bars</a> with the 
<b>stackfields</b> option.
(A pie graph can also be used to show proportions.)
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>


<tr bgcolor=ECECEC><td>
<a href="gall.scat.html"><img src="scatterplot0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.scat.html">Scatter plots</a></b>
display data points in one or two dimensions.  Every data
point is plotted with a mark, symbol, or label.
2-D scatterplots are often used to show correlation (or lack thereof) 
between two variables.
Use <a href="../doc/scatterplot.html">proc scatterplot</a>.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.heatmap.html"><img src="heatmap0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.heatmap.html">Heat maps / density grids</a></b>
use color to indicate frequency in a two-dimensional distribution.
These are created using <a href="../doc/scatterplot.html">proc scatterplot</a> features.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.scat.html#1D"><img src="scatterplot0a.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.scat.html#1D">Single variable distributions</a></b>
show the distribution of one variable.
Lines, symbols, characters or text may be used to mark points.
Use <a href="../doc/scatterplot.html">proc scatterplot</a>.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>


<tr bgcolor=ECECEC><td>
<a href="gall.rangebar.html"><img src="rangebar0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.rangebar.html">Rangebars (box plots)</a></b>
compactly show the distribution and range of a set of values.
The median (50th percentile) is shown by a dot, the box covers the interquartile
range (25th through 75th percentiles), and the tails show the minima/maxima or the
5th and 95th percentiles.  
Use <a href="../doc/rangebar.html">proc rangebar</a>
which can compute the medians, quartiles, etc. as well
as render the bars.
</td></tr>


<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.errbar.html"><img src="errbar0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.errbar.html">Error bars</a></b>
show the amount of margin of error for a value.  This usually is
+/- the standard deviation.  If the amount of error has been calculated in
advance, use <a href="../doc/bars.html">proc bars</a>.  If you want
<b>ploticus</b> to compute the mean and standard deviation, use
<a href="../doc/rangebar.html">proc rangebar</a> with the <b>meanmode</b> option.
</td></tr>


<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.curvefit.html"><img src="curvefit0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.curvefit.html">Curve fitting</a></b>
involves generating a curve to see trends, averages, correlations, etc.
<a href="../doc/curvefit.html">proc curvefit</a> can generate 
moving average, bspline, regression, and interpolation curves.
</td></tr>


<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.vector.html"><img src="vector0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.vector.html">Vector plots</a></b>
can display 4 or 5 variables (x, y, direction, length, and perhaps color).
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="venn.htm"><img src="venn0.gif" border=0>
<br><small>Click here to see example</small></a>
</td><td>
<b><a href="../doc/venndisk.html">Venn diagrams</a></b>
can be used to show relationships between sets.
To create a Venn diagram invoke <a href="../doc/venndisk.html">proc venndisk</a> once for every disk in the diagram.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="vennmag.htm"><img src="thumbnails/vennmag2.png" border=0>
<br><small>Click here to see example</small></a>
</td><td>
<b><a href="../doc/venndisk.html#vennmag">Venn magnitude charts</a></b>
can be used to compare magnitudes, and allow compact representation
when a few of the values are much larger than the others.
Use <a href="../doc/venndisk.html#vennmag">proc venndisk</a>.
<img src="../gallery/gif/new.gif">
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.legend.html"><img src="legend0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.legend.html">Legends</a></b>
are necessary 
when different symbols, colored bars, colored lines, etc. are
used for comparison.
Use the <b>legendlabel</b> attribute of each plotting
proc, then use <a href="../doc/legend.html">proc legend</a> to render the legend.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="gall.annot.html"><img src="annot0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="gall.annot.html">Annotation</a></b>
may be used to denote specific points or regions on a plot
that have some importance, or for any text placement.
Use <a href="../doc/annotate.html">proc annotate</a>.
</td></tr>

<tr bgcolor=FFFFFF><td colspan=2>&nbsp;</td></tr>

<tr bgcolor=ECECEC><td>
<a href="../doc/clickmap.html#examples"><img src="clickmap0.gif" border=0>
<br><small>Click here to see examples</small></a>
</td><td>
<b><a href="../doc/clickmap.html#examples">Clickmap and mouseover support</a></b> -
Clickmaps (image maps) allow a browser user to click with the mouse
on an object or region in a graph as a hyperlink to a new web page.
Mouseover support allows a browser user to move the mouse over a data point or region
and see a popup text label, in order to get additional information.
</td></tr>

</table>

.>>

.ig >>
<br>
<br>
</td></tr>
<td align=right>
<a href="../doc/welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif"> 
</center>
</td></tr>
</table>
<br>
<center>
Ploticus is hosted at http://ploticus.sourceforge.net <br>
<img src="http://sourceforge.net/sflogo.php?group_id=38453" width="88" height="31" border="0" alt="SourceForge Logo">
</center>
.>>