The XYPlot object is used to display Chart objects.
import visualization session.xyPlots[name]
This method creates an empty XYPlot object.
session.XYPlot
Required argument
A String specifying the name of the XYPlot object.
Optional arguments
Return value
An XYPlot object.
Exceptions
InvalidNameError.
This method distributes the colors on all curves displayed in the XYPlot using the color palette defined by the xyColors AutoColors object.
Required arguments
Optional arguments
A Boolean defining whether color distribution affects curve lines.
A Boolean defining whether color distribution affects curve symbols.
Return value
Exceptions
This method distributes the symbols on all curves displayed in the XYPlot.
Arguments
Return value
Exceptions
This method resets the transform of all the charts of the XYPlot object. It cancels any zoom or pan action.
Arguments
Return value
Exceptions
This method restores the transform member of the active Chart object to the next setting in the transform list. (There is a list of eight transforms stored for each chart.) If there is no next transform, no action is taken.
Required arguments
Optional argument
A Boolean specifying the viewport should refresh immediately after the command is processed. This is typically only used when writing a script and it is desirable to show intermediate results before the script completes. The default value is False.
Return value
Exceptions
This method restores the transform member of the active Chart object to the previous setting in the transform list. (There is a list of eight transforms stored for each chart.) If there is no next transform, no action is taken.
Required arguments
Optional argument
A Boolean specifying the viewport should refresh immediately after the command is processed. This is typically only used when writing a script and it is desirable to show intermediate results before the script completes. The default value is False.
Return value
Exceptions
This method modifies the XYPlot object.
Required arguments
Optional arguments
A Title object specifying the title of the XYPlot object.
A sequence of Floats specifying a transformation matrix used to scale or pan along the axes of the active Chart object of this XYPlot.
Return value
Exceptions
The XYPlot object has members with the same names and descriptions as the arguments to the XYPlot method.
In addition, the XYPlot object can have the following members:
An Area object specifying position, padding, background and borders of the XYPlot object.
A Title object specifying the title of the XYPlot object.
A repository of Chart objects.
A repository of XYCurve objects.
A tuple of Floats specifying a transformation matrix used to scale or pan along the axes of the active Chart object of this XYPlot.