next up previous contents index
Next: Specify Data by Frame/Curve Up: Access Multiple Data Elements Previous: Error Bars

Line Styles, Symbols, and Frame Layout

   

The default line style is solid for the first curve, dashed for the second, etc., with no symbols; in 4105 mode the first curve is black, the second red, etc. A given terminal or printer has at least 4 different dash styles; these look slightly different on different output devices. There are 6 colors, plus black.

O L
sets the line styles, symbol codes and symbol spacing. Setting the number of symbols to 0 puts a symbol at every point. The first symbol for each overlay is at a slightly different offset from the start of the curve.

 
	Command[ ]? NC 4

Command[ ]? DE D-PTOT NE-SS-CW ;

Command[ ]? SH 47490 S2 , S3 , S4 ,

Command[ ]? O L

Lines: 0=solid, 1=dots, 2=dotdash, 3=dash, 4=longdash,

-1=none,-4=points

Symbols: 0=none, 1=circle, 2=X, 3=triangle, 4=square,

5=star, 6=diamond, 7=vertical bar, 8=plus,

11=del, 12=Mac circle(41xx), 13=circle&plus

14=square&X, 15=diamond&plus

Line type 1[0]? , !keep type 0 (solid)

Symbol type 1[0]? 1 !change ``no symbol'' to circle

. . .

Number of symbols[0]? 10

O K
sets the color for each curve when you are generating a 4105 mode plot (color codes are ignored for 4014 plots).    

 
	Command[ ]? O K

Colors: 0=none, 1=black, 2=red, 3=green, 4=blue, 5=cyan,

6=magenta, 7=yellow

Text color (0-7)[1]? , !black

Grid color (0-7)[1]? ,

Line color 1[1]? ,

Line color 2[2]? ,

O P
sets parameters that control frame placement on the page. The horizontal gap is the number of pixels between columns of frames. The vertical gap is the number of pixels between rows; if the vertical gap is less than 22, the frame titles are omitted.  

 
	Command[ ]? O P

Maximum frames per column[3]? ,

Horizontal gap between frames[80]? ,

Vertical gap between frames[60]? ,

Right margin[100]? ,

O LE
creates a legend for each curve in the selected frame(s).   The legend has a short line which is the same dash pattern and color as the data curve, and a text identifier for the curve. The identifier is the data element name, the shot number, or (for 2D data) the value of the z independent axis. The legend can be located in the top right corner inside the frame, in the top left corner, or outside the right edge.

 
	Command[]? O LE

Set legend for frame[F*]? ,

Legend: 1=top right, 2=top left, 3=outside right, 0=none

Legend location[0]? 1


next up previous contents index
Next: Specify Data by Frame/Curve Up: Access Multiple Data Elements Previous: Error Bars

Marilee Thompson
Fri Jul 11 12:49:48 EDT 1997