Next: Graphics Context, Previous: Column Ranges, Up: PostScript Graphing [Contents][Index]
Plots points with x coordinate in x-column of array and y coordinate y-column of array. The symbol proc3s specifies the type of glyph or drawing style for presenting these coordinates.
The glyphs and drawing styles available are:
lineDraws line connecting points in order.
mountainFill area below line connecting points.
cloudFill area above line connecting points.
impulseDraw line from x-axis to each point.
bargraphDraw rectangle from x-axis to each point.
discSolid round dot.
pointMinimal point – invisible if linewidth is 0.
squareSquare box.
diamondSquare box at 45.o
plusPlus sign.
crossX sign.
triupTriangle pointing upward
tridownTriangle pointing downward
pentagonFive sided polygon
circleHollow circle
Plots text in t-column of array at x coordinate in x-column of array and y coordinate y-column of array. The symbol proc3s specifies the offset of the text from the specified coordinates.
The offsets available are:
aboveDraws the text centered above at the point.
centerDraws the text centered at the point.
belowDraws the text centered below the point.
leftDraws the text to the left of the point.
rightDraws the text to the right of the point.
All the offsets other than center are calculated to keep the
text clear of a glyph drawn at the same coordinates. If you need
more or less clearance, use set-glyphsize.
Next: Graphics Context, Previous: Column Ranges, Up: PostScript Graphing [Contents][Index]