Darwin Help

Back to Index

PlotArguments

Class PlotArguments - structure to hold plotting/drawing options

Calling Sequence  PlotArguments(Title,TitleX,TitleY,TitlePts,Lines,Grid,LabelFormat,GridFormat,Colors,Axis)
Parameters
NameTypeDescription

Title stringtext to be displayed in the plot
TitleX numericx coordinate of the title
TitleY numericy coordinate of the title
TitlePts numericpoint size of the title
Lines boolean 
Grid boolean 
LabelFormat string 
GridFormat string 
Colors stringcolour map
Axis booleanaxis will be drawn
Return Type  PlotArguments
Methods draw, Title, type
Synopsis Structure to hold plot options. This structure is used internally by several drawing functions. The way of filling the values is uniform for all the functions, and these accept the values in the following format:
 

Title = stringtext to be displayed in the plot
TitleX = numericx coordinate of the title
TitleY = numericy coordinate of the title
TitlePts = numericpoint size of the title
Lines = booleandraw horizontal lines
Grid = booleandraw a grid (horizontal and vertical lines
LabelFormat = stringprintf-style format for labels
GridFormat = stringprintf-style format for Lines or Grid values
Colors = listlist of colors suitable for GetColorMap
Axis = booleandraw x and y axes
See also BrightenColor,   ColorPalette,   DrawDistribution,   DrawDotplot,   DrawGraph,   DrawHistogram,   DrawPlot,   DrawPointDistribution,   DrawStackedBar,   DrawTree,   GetColorMap,   Plot2Gif,   Set,   SmoothData,   StartOverlayPlot,   StopOverlayPlot,   ViewPlot