Examples for PLOT3D class, July 10, 1986.

Example 1:
	READ/2D/NOCHECK/X=rae2822gv/Q=raecse9    !Unix is case-sensitive
	FUNCTION 154   !Try HELP FUNCTION SCALAR to see the function numbers
	MINMAX -1 2 -1.5 1.5      !Square
	PLOT/2D

Example 2:
	WALLS
	Enter I start,end,inc: ALL
	                     : <RETURN>
	Enter J start,end,inc: 1
	                     : <RETURN>
	Enter K start,end,inc: 1
	                     : <RETURN>
	Line, hidden_line, or surface? LINE
	Color? WHITE
	Line type: <RETURN>
	Line thickness: <RETURN>
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Wall 2
	Enter I start,end,inc: <RETURN>
	PLOT

Example 3:
	CONTOUR/MANUAL
	Start,end,inc: 0 .9 .1
	Line,...: <RETURN>
	Color map: BLUE CYAN GREEN
	Line type: <RETURN>
	Line thickness: <RETURN>
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Plane orientations: <RETURN>
	Start,end,inc: 1
	Line,...: <RETURN>
	Color map: WHITE
	Line type: DASHED
	Line thickness: 2
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Plane orientations: <RETURN>
	Start,end,inc: 1.1 1.4 .1
	Line,...: <RETURN>
	Color map: RED YELLOW
	Line type: <RETURN>
	Line thickness: <RETURN>
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Plane orientations: <RETURN>
	Start,end,inc: <RETURN>
	PLOT

Example 4:
	FUNCTION 200
	VECTOR/SCALAR=110
	Color: <RETURN>
	Scale vector length with magnitude? [y/n] <RETURN>
	Vector length scale factor? .1
	Arrowhead type LINES, FILLED or NONE? <RETURN>
	Scale arrowhead size with vector length? [y/n] <RETURN>
	Arrowhead size scale factor? <RETURN>
	Enter line type: <RETURN>
	Line thickness factor: <RETURN>
	Symbol type: <RETURN>
	Symbol size factor: <RETURN>
	CONTOUR/NOATTRIBUTES 40   !Reset from previous example
	PLOT

Example 5:
	VECTOR/SCALAR=154
	Color: <RETURN>
	Scale vector length with magnitude? [y/n] <RETURN>
	Vector length scale factor? .1
	Arrowhead type LINES, FILLED or NONE? <RETURN>
	Scale arrowhead size with vector length? [y/n] <RETURN>
	Arrowhead size scale factor? <RETURN>
	Enter line type: <RETURN>
	Line thickness factor: <RETURN>
	Symbol type: <RETURN>
	Symbol size factor: <RETURN>
	CONTOUR/NOATTRIBUTES/MANUAL 1 1.4 .1
	PLOT

Example 6:
	SUBSETS
	Enter I start,end,inc: ALL
	                     : <RETURN>
	Enter J start,end,inc: 1
	                     : <RETURN>
	Enter K start,end,inc: 1
	                     : <RETURN>
	Subset 2
	Enter I start,end,inc: <RETURN>
	FUNCTION 114
	CONTOUR/NOATTRIBUTES 40
	SHOW FUNCTION             !To see what the range is
	MINMAX 0 1 1.5 -1.5       !Note reversed Y min,max
	PLOT/LINE

Example 7:
	READ/NOCHECK
	Enter XYZ data file:  bluntfinx
	Enter Q   data file:  bluntfinq
	WALLS/NOATTRIBUTES
	1
	LAST
	<RETURN>
	1
	LAST
	<RETURN>
	1
	LAST
	<RETURN>
	<RETURN>
	FUNCTION 110
	SUBSETS
	ALL
	<RETURN>
	ALL
	<RETURN>
	1
	<RETURN>
	ALL
	<RETURN>
	1
	<RETURN>
	ALL
	<RETURN>
	<RETURN>
	CONTOUR 40
	Lines, ...: <RETURN>
	Enter color map: <RETURN>
	Enter line type: <RETURN>
	Enter line width: <RETURN>
	Enter symbol type: <RETURN>
	Enter symbol size: <RETURN>
	Plane orientations? <RETURN> !Dont need plane orientations since
	                             !subsets are already single planes.
	MINMAX 0 10 0 5 0 5
	VPOINT/ANGLES 150 20 25
	PLOT/3D/CONTOUR

Example 8:
	FUNCTION 154
	SUBSET
	1 11 2
	<RETURN>
	ALL
	<RETURN>
	ALL
	<RETURN>
	<RETURN>
	CONTOUR 10
	Lines, ...: <RETURN>
	Enter color map: <RETURN>
	Enter line type: <RETURN>
	Enter line width: <RETURN>
	Enter symbol type: <RETURN>
	Enter symbol size: <RETURN>
	Plane orientations? JK
	MINMAX -5 1 0 5 0 5
	VPOINT/ANGLES 70 -10 15
	PLOT

Example 9:
	SUBSET
	1 11 2
	25
	LAST
	<RETURN>
	1 20
	<RETURN>
	1
	15
	LAST
	<RETURN>
	<RETURN>
	CONTOUR 10
	Lines, ...: <RETURN>
	Enter color map: <RETURN>
	Enter line type: <RETURN>
	Enter line width: <RETURN>
	Enter symbol type: <RETURN>
	Enter symbol size: <RETURN>
	Plane orientations? JK IJ
	PLOT

Example 10:
	SUBSET
	1 11
	<RETURN>
	ALL
	<RETURN>
	ALL
	<RETURN>
	<RETURN>
	CONTOUR/MANUAL 1
	Lines, ...: SURFACE
	Enter color map: CYAN
	Shade pattern? <RETURN>
	Surface transparency, material, shininess? <RETURN>
	Material? <RETURN>
	Shininess? <RETURN>
	MINMAX -5 1 0 5 0 5
	VPOINT/ANGLES 120 30 20
	PLOT

Example 11:
	WALLS          !Use shaded walls.
	ALL
	<RETURN>
	ALL
	<RETURN>
	1
	<RETURN>
	SHADED
	WHITE
	<RETURN>
	<RETURN>
	<RETURN>
	<RETURN>
	ALL
	<RETURN>
	1
	<RETURN>
	ALL
	<RETURN>
	SHADED
	WHITE
	<RETURN>
	<RETURN>
	<RETURN>
	<RETURN>
	<RETURN>
	SUBSET
	ALL
	<RETURN>
	ALL
	<RETURN>
	ALL
	<RETURN>
	<RETURN>
	FUNCTION 300
	RAKES/XYZ
	Suggested grid numbers: 1
	Enter X start,end,inc: -2
	                     : <RETURN>
	Enter Y start,end,inc: .01
	                     : <RETURN>
	Enter Z start,end,inc: .01 1.01 .1
	                     : <RETURN>
	Enter IJ,IK,JK to restrict particle traces
	or <RETURN> for no restriction: <RETURN>
	Lines or dots? <RETURN>
	Color? RED
	Line type: <RETURN>
	Line thickness: 2
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Rake #2...
	Suggested grid numbers: <RETURN>
	PLOT

Example 12:
	RAKES/MAXPOINTS=10       !Limit traces to 2 cells.
	Grid number? 1
	Enter I start,end,inc: ALL
	                     : <RETURN>
	Enter J start,end,inc: ALL
	                     : <RETURN>
	Enter K start,end,inc: 2
	                     : <RETURN>
	Enter IJ,IK,JK to restrict particle traces
	or <RETURN> for no restriction: IJ
	Lines or dots? <RETURN>
	Color? BLACK
	Line type: <RETURN>
	Line thickness: 2
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Rake #2...
	Grid number? 1
	Enter I start,end,inc: ALL
	                     : <RETURN>
	Enter J start,end,inc: 2
	                     : <RETURN>
	Enter K start,end,inc: ALL
	                     : <RETURN>
	Enter IJ,IK,JK to restrict particle traces
	or <RETURN> for no restriction: IK
	Lines or dots? <RETURN>
	Color? BLACK
	Line type: <RETURN>
	Line thickness: 2
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Rake #3...
	Grid number? <RETURN>
	PLOT

Example 13:
	RAKES/+-TIME/WRITE=OIL
	Grid number? 1
	Enter I start,end,inc: 2 22 5
	                     : <RETURN>
	Enter J start,end,inc: 7 17 5
	                     : <RETURN>
	Enter K start,end,inc: 2
	                     : <RETURN>
	Enter IJ,IK,JK to restrict particle traces
	or <RETURN> for no restriction: IJ
	Lines or dots? <RETURN>
	Color? MAGENTA
	Line type: <RETURN>
	Line thickness: <RETURN>
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Rake #2...
	Grid number? <RETURN>
	PLOT
	RAKES/READ=OIL
	Rake 1...
	Lines or dots? LINES
	Color? GREEN
	Line type: DOTTED
	Line thickness: <RETURN>
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Rake 2...
	Lines or dots: <RETURN>
	PLOT

Example 14:
	FUNCTION 400
	SUBSET
	1
	<RETURN>
	ALL
	<RETURN>
	ALL
	<RETURN>
	<RETURN>
	CONTOUR/MANUAL 1
	Lines, surfaces...: LINES
	Color map: CYAN
	Line type: <RETURN>
	Line thickness: 2
	Symbol type: <RETURN>
	Symbol size: <RETURN>
	Plane orientations? <RETURN>
	MINMAX -5 0 -1 1 0 5
	VPOINT/ANGLES 90 0 15
	PLOT

Example 15:
	WALLS/NOATTRIBUTES          !Back to simple outline walls.
	1
	LAST
	<RETURN>
	1
	LAST
	<RETURN>
	1
	LAST
	<RETURN>
	<RETURN>
	SUBSET
	ALL
	<RETURN>
	1
	<RETURN>
	ALL
	<RETURN>
	<RETURN>
	FUNCTION 110
	SHOW FUNCTION
	VIEW XZ
	MINMAX 0 10 0 10 0 5
	CONTOUR/NOATTRIBUTES 40
	VPOINT/ANGLES 150 20 25
	PLOT/FSURFACE
	FSURFACE/SCALE_FACTOR=.5
	PLOT

Example 16:
	FSURFACE/CONTOUR/WALLS_ORIGIN=-10
	CONTOUR/NOATTRIBUTES 80
	PLOT/UP=Y

