| Calling Sequence
| PlotArguments(Title,TitleX,TitleY,TitlePts,Lines,Grid,LabelFormat,GridFormat,Colors,Axis)
|
| Parameters
| | Name | Type | Description |
|
| Title
| string | text to be displayed in the plot |
| TitleX
| numeric | x coordinate of the title |
| TitleY
| numeric | y coordinate of the title |
| TitlePts
| numeric | point size of the title |
| Lines
| boolean | |
| Grid
| boolean | |
| LabelFormat
| string | |
| GridFormat
| string | |
| Colors
| string | colour map |
| Axis
| boolean | axis 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 = string | text to be displayed in the plot |
| TitleX = numeric | x coordinate of the title |
| TitleY = numeric | y coordinate of the title |
| TitlePts = numeric | point size of the title |
| Lines = boolean | draw horizontal lines |
| Grid = boolean | draw a grid (horizontal and vertical lines |
| LabelFormat = string | printf-style format for labels |
| GridFormat = string | printf-style format for Lines or Grid values |
| Colors = list | list of colors suitable for GetColorMap |
| Axis = boolean | draw x and y axes |
|
| See also
| BrightenColor, ColorPalette, DrawDistribution, DrawDotplot, DrawGraph, DrawHistogram, DrawPlot, DrawPointDistribution, DrawStackedBar, DrawTree, GetColorMap, Plot2Gif, Set, SmoothData, StartOverlayPlot, StopOverlayPlot, ViewPlot |