Graph - line plot
Graph [par=] [<in.H] | Tube
Line plot of a seplib file
REQUIRED
defaults to the number of different values of n1
[1.],[1.],[1.] float standard seplib
[0.],[0.],[0.] float standard seplib
[4] (4,8)
[1] (0,1 n,y) (If user specifies mins or maxes then padding is turned off unless pad is specified. pad is useful if you want the length of the plot to be the same as the length of the graph.
[0] =1 flips the first and second axes
[0] =1 reverses the x axis
[0] (0,1 n.y) =1 reverses the y axis
[10.24] sets screen height
[13.75] sets screen width
[.75] sets height vs. width ratio
[10.24],[7.5]
[.75] [crowd1=crowd][crowd2=crowd] (.75< crowd < 1.) crowd labels off the screen by expanding data on 1 or 2 axis.
set Lower Left and Upper Right coordinates
[1] makes a box around the graph
[1] (0,1, n,y) gives number of the current frame in a movie
[1] turns on axes
sets minimum and maximum values for the graph
[min1],[min2] sets the minimum value on the axes
set tic spacing on axes
[1] set number of tics
[f] (f,a) where to put tics (frame, axes)
[t] (t,b,l,r) where to put title (top,bottom,left,right)
[b] (t,b) where to put x axis label (top,bottom)
[l] (l,r) where to put y axis label (left, right)
[1] makes the text fat
label for axes
title for plot
title for different planes separated by colons first:second:third
[8] font size for labels
[10] font size for titles
[y] (0,1 n,y) rotate labels 90 degrees
[0] (0,1 n,y) turns on grid
[d1num],[d2num] grid spacing
[axiscol] color of grid
[0,0,0] background color (R,G,B) between 0 and 1
[backcol(0,0,0)] fill color (R,G,B) between 0 and 1
[6,5,4,3,2,1,...] color for each line plotted
[7,7,7,7,...] color for each axis
[0,0,0,...] makes plotted line fat
[0,0,0,...] makes axes fat
[n] whether or not you want a legend
['Legend'] Title for legend
[br, bottom right] Location for legend
Legend location. Specifiy screen coordinates (e.g 10.2,6.1)
[7] Legend text size
[curve number] : list of curve labels
[0] makes legend fat
[none] file containg amplitudes to use instead of base color
[I] colortable when using plotamp
[0] (0,1 n,y) for complex data, makes arrows rather than lines
0 default is continuous. 1 fine dash 2 fine dot 3 dash 4 large dash 5 dot dash 6 large dash smalldash 7 double dot 8 double dash 9 loose dash The part after the decimal point determines the pattern repetition interval
Graph n1=50,100,20 d1=2.5,1,0.33 in=datafile | Tube plots three curves in one plot frame on the screen horiz coordinates are t(i) = o1+i*d1 for i=0 to n1-1 (o1=0 by default) vert coordinates are read sequentially from datafile--50 vert-coordinates for the 1st plot, 100 for the 2nd, 20 for the 3rd.
Graph n1=100 esize=8 n2=4 n3=10 symbol='*x%$'<datafile >Hplotfile This reads n1=100 x,y pairs sequentially from datafile for each of n2=4 plots, All on the same Graph. This is repeated for each of the 10 Movie frames; The plot axes, etc, are determined for each frame. Hplotfile will be a SEPLIB header file pointing to a file containing vplot commands to plot the character '*' at each of the 1st 100 points, 'x' at each of the 2nd 100 points, etc, for each Movie frame.
the Dots manpage,the Histogram manpage,xtpen
sep_graphics
DISTR