Got rid of .par and .dat examples.
[grace.git] / examples / dotest
blobd99b72fefa450da1f2ac4b0beeb331b34b0c3c1a
1 #!/bin/sh
2 # demos for Grace
5 export GRACE_HOME
7 # define the location
9 if test -x ../src/xmgrace
10 then
11 GRACE=../src/xmgrace
12 GRACE_HOME=`pwd`/..
13 else
14 if test -x ../bin/xmgrace
15 then
16 GRACE=../bin/xmgrace
17 GRACE_HOME=`pwd`/..
18 else
19 GRACE=xmgrace
23 # don't ask stupid questions :)
25 GRACE="$GRACE -noask"
28 # explain the row of single character buttons and a few other things
29 $GRACE explain.agr
31 # display the various axes available
32 $GRACE axes.agr
34 # display the symbols and line styles
35 $GRACE symslines.agr
37 # display various fill styles
38 $GRACE fills.agr
40 # some graph stuff and ticks
41 $GRACE props.agr
43 # demonstration of many graphs
44 $GRACE manygraphs.agr
46 # test of a graph inset
47 $GRACE tinset.agr
49 # some time and date formats
50 $GRACE times.agr
52 # Australia map
53 $GRACE au.agr
55 # more log plots
56 $GRACE tlog.agr
58 # a log2 example
59 $GRACE log2.agr
61 # a logit scale sample
62 $GRACE logit.agr
64 # a reciprocal scale sample
65 $GRACE reciprocal.agr
67 # display fonts and font mappings
68 $GRACE tfonts.agr
70 # text transforms
71 $GRACE txttrans.agr
73 # advaned typesetting
74 $GRACE typeset.agr
76 $GRACE test2.agr
78 # explanation of arrow shape parameters
79 $GRACE arrows.agr
81 # multiple graphs created with arrange feature
82 $GRACE co2.agr
84 # a nice sample
85 $GRACE spectrum.agr
87 # a graph with error bars
88 $GRACE terr.agr
90 # a fixed graph with XY RADIUS format
91 $GRACE txyr.agr
93 # string annotations
94 $GRACE motif.agr
96 # a graph with an XYZ set
97 $GRACE xyz.agr
99 # a graph with HILO data
100 $GRACE hilo.agr
102 # a graph with BOXPLOT data
103 $GRACE boxplot.agr
105 # polar plots
106 $GRACE polar.agr
108 # bar charts
110 # a bar graph demonstrating specified ticks and tick labels
111 $GRACE bar.agr
113 # a stacked bar chart
114 $GRACE stackedb.agr
116 # a bar chart with error bars
117 $GRACE chartebar.agr
119 # display all types of XY charts
120 $GRACE charts.agr
122 # pie charts
123 $GRACE pie.agr
125 # vector map
126 $GRACE vmap.agr
128 # a bubble plot
129 $GRACE xysize.agr
131 # an xycolor map
132 $GRACE xycolor.agr
134 # non-linear curve fitting
135 $GRACE logistic.agr