Less strict monospaced().
[grace.git] / examples / dotest
blobee6a624b8a2a16079dd9b1a94575f71e18bb9632
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"
29 # new xgr project
30 $GRACE diode.xgr
33 # explain the row of single character buttons and a few other things
34 $GRACE explain.agr
36 # display the various axes available
37 $GRACE axes.agr
39 # display the symbols and line styles
40 $GRACE symslines.agr
42 # display various fill styles
43 $GRACE fills.agr
45 # some graph stuff and ticks
46 $GRACE props.agr
48 # demonstration of many graphs
49 $GRACE manygraphs.agr
51 # test of a graph inset
52 $GRACE tinset.agr
54 # some time and date formats
55 $GRACE times.agr
57 # Australia map
58 $GRACE au.agr
60 # more log plots
61 $GRACE tlog.agr
63 # a log2 example
64 $GRACE log2.agr
66 # a logit scale sample
67 $GRACE logit.agr
69 # a reciprocal scale sample
70 $GRACE reciprocal.agr
72 # display fonts and font mappings
73 $GRACE tfonts.agr
75 # text transforms
76 $GRACE txttrans.agr
78 # advaned typesetting
79 $GRACE typeset.agr
81 $GRACE test2.agr
83 # explanation of arrow shape parameters
84 $GRACE arrows.agr
86 # multiple graphs created with arrange feature
87 $GRACE co2.agr
89 # a nice sample
90 $GRACE spectrum.agr
92 # a graph with error bars
93 $GRACE terr.agr
95 # a fixed graph with XY RADIUS format
96 $GRACE txyr.agr
98 # string annotations
99 $GRACE motif.agr
101 # a graph with an XYZ set
102 $GRACE xyz.agr
104 # a graph with HILO data
105 $GRACE hilo.agr
107 # a graph with BOXPLOT data
108 $GRACE boxplot.agr
110 # polar plots
111 $GRACE polar.agr
113 # bar charts
115 # a bar graph demonstrating specified ticks and tick labels
116 $GRACE bar.agr
118 # a stacked bar chart
119 $GRACE stackedb.agr
121 # a bar chart with error bars
122 $GRACE chartebar.agr
124 # display all types of XY charts
125 $GRACE charts.agr
127 # pie charts
128 $GRACE pie.agr
130 # vector map
131 $GRACE vmap.agr
133 # a bubble plot
134 $GRACE xysize.agr
136 # an xycolor map
137 $GRACE xycolor.agr
139 # non-linear curve fitting
140 #$GRACE logistic.agr