grdef.spad line 1 [edit on github]
TwoDimensionalPlotSettings sets global flags and constants for 2-dimensional plotting.
adaptive()
determines whether plotting will be done adaptively.
adaptive(true)
turns adaptive plotting on; adaptive(false)
turns adaptive plotting off.
clipPointsDefault()
determines whether or not automatic clipping is to be done.
clipPointsDefault(true)
turns on automatic clipping; clipPointsDefault(false)
turns off automatic clipping. The default setting is true
.
drawToScale()
determines whether or not plots are to be drawn to scale.
drawToScale(true)
causes plots to be drawn to scale. drawToScale(false)
causes plots to be drawn so that they fill up the viewport window. The default setting is false
.
maxPoints()
returns the maximum number of points in a plot.
maxPoints()
sets the maximum number of points in a plot.
minPoints()
returns the minimum number of points in a plot.
minPoints()
sets the minimum number of points in a plot.
screenResolution()
returns the screen resolution n
.
screenResolution(n)
sets the screen resolution to n
.