#include <vtkXYPlotActor.h>
Inheritance diagram for vtkXYPlotActor:
vtkXYPlotActor creates an x-y plot of data from one or more input data sets or field data. The class plots dataset scalar values (y-axis) against the points (x-axis). The x-axis values are generated by taking the point ids, computing a cumulative arc length, or a normalized arc length. More than one input data set can be specified to generate multiple plots. Alternatively, if field data is supplied as input, the class plots one component against another. (The user must specify which component to use as the x-axis and which for the y-axis.)
To use this class to plot dataset(s), you must specify one or more input datasets containing scalar and point data. You'll probably also want to invoke a method to control how the point coordinates are converted into x values (by default point ids are used).
To use this class to plot field data, you must specify one or more input data objects with its associated field data. You'll also want to specify which component to use as the x-axis and which to use as the y-axis. Note that when plotting field data, the x and y values are used directly (i.e., there are no options to normalize the components).
Once you've set up the plot, you'll want to position it. The PositionCoordinate defines the lower-left location of the x-y plot (specified in normalized viewport coordinates) and the Position2Coordinate define the upper-right corner. (Note: the Position2Coordinate is relative to PositionCoordinate, so you can move the vtkXYPlotActor around the viewport by setting just the PositionCoordinate.) The combination of the two position coordinates specifies a rectangle in which the plot will lie.
Optional features include the ability to specify axes labels, label format and plot title. You can also manually specify the x and y plot ranges (by default they are computed automatically). The Border instance variable is used to create space between the boundary of the plot window (specified by PositionCoordinate and Position2Coordinate) and the plot itself.
The font property of the plot title can be modified through the TitleTextProperty attribute. The font property of the axes titles and labels can be modified through the AxisTitleTextProperty and AxisLabelTextProperty attributes. You may also use the GetXAxisActor2D or GetYAxisActor2D methods to access each individual axis actor to modify their font properties. In the same way, the GetLegendBoxActor method can be used to access the legend box actor to modify its font properties.
There are several advanced features as well. You can assign per curve properties (such as color and a plot symbol). (Note that each input dataset and/or data object creates a single curve.) Another option is to add a plot legend that graphically indicates the correspondance between the curve, curve symbols, and the data source. You can also exchange the x and y axes if you prefer you plot orientation that way.
Definition at line 116 of file vtkXYPlotActor.h.
void | AddInput (vtkDataSet *in, const char *arrayName, int component) |
void | AddInput (vtkDataSet *in) |
static vtkXYPlotActor * | New () |
Public Types | |
typedef vtkActor2D | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | RemoveAllInputs () |
void | AddDataObjectInput (vtkDataObject *in) |
void | SetPlotColor (int i, double r, double g, double b) |
void | SetPlotColor (int i, const double color[3]) |
double * | GetPlotColor (int i) |
void | SetPlotSymbol (int i, vtkPolyData *input) |
vtkPolyData * | GetPlotSymbol (int i) |
void | SetPlotLabel (int i, const char *label) |
const char * | GetPlotLabel (int i) |
virtual int | GetPlotCurvePoints () |
virtual void | SetPlotCurvePoints (int) |
virtual void | PlotCurvePointsOn () |
virtual void | PlotCurvePointsOff () |
virtual int | GetPlotCurveLines () |
virtual void | SetPlotCurveLines (int) |
virtual void | PlotCurveLinesOn () |
virtual void | PlotCurveLinesOff () |
void | SetPlotLines (int i, int) |
int | GetPlotLines (int i) |
void | SetPlotPoints (int i, int) |
int | IsInPlot (vtkViewport *viewport, double u, double v) |
unsigned long | GetMTime () |
void | ReleaseGraphicsResources (vtkWindow *) |
void | RemoveInput (vtkDataSet *in, const char *arrayName, int component) |
void | RemoveInput (vtkDataSet *in) |
vtkDataSetCollection * | GetInputList () |
void | SetPointComponent (int i, int comp) |
int | GetPointComponent (int i) |
virtual void | SetXValues (int) |
virtual int | GetXValues () |
void | SetXValuesToIndex () |
void | SetXValuesToArcLength () |
void | SetXValuesToNormalizedArcLength () |
void | SetXValuesToValue () |
const char * | GetXValuesAsString () |
void | RemoveDataObjectInput (vtkDataObject *in) |
vtkDataObjectCollection * | GetDataObjectInputList () |
virtual void | SetDataObjectPlotMode (int) |
virtual int | GetDataObjectPlotMode () |
void | SetDataObjectPlotModeToRows () |
void | SetDataObjectPlotModeToColumns () |
const char * | GetDataObjectPlotModeAsString () |
void | SetDataObjectXComponent (int i, int comp) |
int | GetDataObjectXComponent (int i) |
void | SetDataObjectYComponent (int i, int comp) |
int | GetDataObjectYComponent (int i) |
int | GetPlotPoints (int i) |
virtual void | SetExchangeAxes (int) |
virtual int | GetExchangeAxes () |
virtual void | ExchangeAxesOn () |
virtual void | ExchangeAxesOff () |
virtual void | SetReverseXAxis (int) |
virtual int | GetReverseXAxis () |
virtual void | ReverseXAxisOn () |
virtual void | ReverseXAxisOff () |
virtual void | SetReverseYAxis (int) |
virtual int | GetReverseYAxis () |
virtual void | ReverseYAxisOn () |
virtual void | ReverseYAxisOff () |
virtual vtkLegendBoxActor * | GetLegendActor () |
virtual vtkGlyphSource2D * | GetGlyphSource () |
virtual void | SetTitle (const char *) |
virtual char * | GetTitle () |
virtual void | SetXTitle (const char *) |
virtual char * | GetXTitle () |
virtual void | SetYTitle (const char *) |
virtual char * | GetYTitle () |
vtkAxisActor2D * | GetXAxisActor2D () |
vtkAxisActor2D * | GetYAxisActor2D () |
virtual void | SetXRange (double, double) |
void | SetXRange (double[2]) |
virtual double * | GetXRange () |
virtual void | GetXRange (double data[2]) |
virtual void | SetYRange (double, double) |
void | SetYRange (double[2]) |
virtual double * | GetYRange () |
virtual void | GetYRange (double data[2]) |
void | SetPlotRange (double xmin, double ymin, double xmax, double ymax) |
virtual void | SetNumberOfXLabels (int) |
virtual int | GetNumberOfXLabels () |
virtual void | SetNumberOfYLabels (int) |
virtual int | GetNumberOfYLabels () |
void | SetNumberOfLabels (int num) |
virtual void | SetLegend (int) |
virtual int | GetLegend () |
virtual void | LegendOn () |
virtual void | LegendOff () |
virtual void | SetLegendPosition (double, double) |
void | SetLegendPosition (double[2]) |
virtual double * | GetLegendPosition () |
virtual void | GetLegendPosition (double &, double &) |
virtual void | GetLegendPosition (double[2]) |
virtual void | SetLegendPosition2 (double, double) |
void | SetLegendPosition2 (double[2]) |
virtual double * | GetLegendPosition2 () |
virtual void | GetLegendPosition2 (double &, double &) |
virtual void | GetLegendPosition2 (double[2]) |
virtual void | SetTitleTextProperty (vtkTextProperty *p) |
virtual vtkTextProperty * | GetTitleTextProperty () |
virtual void | SetAxisTitleTextProperty (vtkTextProperty *p) |
virtual vtkTextProperty * | GetAxisTitleTextProperty () |
virtual void | SetAxisLabelTextProperty (vtkTextProperty *p) |
virtual vtkTextProperty * | GetAxisLabelTextProperty () |
virtual void | SetLogx (int) |
virtual int | GetLogx () |
virtual void | LogxOn () |
virtual void | LogxOff () |
virtual void | SetLabelFormat (const char *_arg) |
virtual char * | GetLabelFormat () |
virtual void | SetBorder (int) |
virtual int | GetBorder () |
virtual int | GetPlotPoints () |
virtual void | SetPlotPoints (int) |
virtual void | PlotPointsOn () |
virtual void | PlotPointsOff () |
virtual int | GetPlotLines () |
virtual void | SetPlotLines (int) |
virtual void | PlotLinesOn () |
virtual void | PlotLinesOff () |
virtual void | SetGlyphSize (double) |
virtual double | GetGlyphSize () |
void | ViewportToPlotCoordinate (vtkViewport *viewport, double &u, double &v) |
void | ViewportToPlotCoordinate (vtkViewport *viewport) |
virtual void | SetPlotCoordinate (double, double) |
void | SetPlotCoordinate (double[2]) |
virtual double * | GetPlotCoordinate () |
virtual void | GetPlotCoordinate (double &, double &) |
virtual void | GetPlotCoordinate (double[2]) |
void | PlotToViewportCoordinate (vtkViewport *viewport, double &u, double &v) |
void | PlotToViewportCoordinate (vtkViewport *viewport) |
virtual void | SetViewportCoordinate (double, double) |
void | SetViewportCoordinate (double[2]) |
virtual double * | GetViewportCoordinate () |
virtual void | GetViewportCoordinate (double &, double &) |
virtual void | GetViewportCoordinate (double[2]) |
void | PrintAsCSV (ostream &os) |
int | RenderOpaqueGeometry (vtkViewport *) |
int | RenderOverlay (vtkViewport *) |
int | RenderTranslucentGeometry (vtkViewport *) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXYPlotActor * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXYPlotActor () | |
~vtkXYPlotActor () | |
void | InitializeEntries () |
void | ComputeXRange (double range[2], double *lengths) |
void | ComputeYRange (double range[2]) |
void | ComputeDORange (double xrange[2], double yrange[2], double *lengths) |
virtual void | CreatePlotData (int *pos, int *pos2, double xRange[2], double yRange[2], double *norms, int numDS, int numDO) |
void | PlaceAxes (vtkViewport *viewport, int *size, int pos[2], int pos2[2]) |
void | GenerateClipPlanes (int *pos, int *pos2) |
double | ComputeGlyphScale (int i, int *pos, int *pos2) |
void | ClipPlotData (int *pos, int *pos2, vtkPolyData *pd) |
double * | TransformPoint (int pos[2], int pos2[2], double x[3], double xNew[3]) |
Protected Attributes | |
vtkDataSetCollection * | InputList |
char ** | SelectedInputScalars |
vtkIntArray * | SelectedInputScalarsComponent |
vtkDataObjectCollection * | DataObjectInputList |
char * | Title |
char * | XTitle |
char * | YTitle |
int | XValues |
int | NumberOfXLabels |
int | NumberOfYLabels |
int | Logx |
char * | LabelFormat |
double | XRange [2] |
double | YRange [2] |
double | XComputedRange [2] |
double | YComputedRange [2] |
int | Border |
int | PlotLines |
int | PlotPoints |
int | PlotCurveLines |
int | PlotCurvePoints |
int | ExchangeAxes |
int | ReverseXAxis |
int | ReverseYAxis |
vtkTextMapper * | TitleMapper |
vtkActor2D * | TitleActor |
vtkTextProperty * | TitleTextProperty |
vtkAxisActor2D * | XAxis |
vtkAxisActor2D * | YAxis |
vtkTextProperty * | AxisTitleTextProperty |
vtkTextProperty * | AxisLabelTextProperty |
double | ViewportCoordinate [2] |
double | PlotCoordinate [2] |
int | DataObjectPlotMode |
vtkIntArray * | XComponent |
vtkIntArray * | YComponent |
vtkIntArray * | LinesOn |
vtkIntArray * | PointsOn |
int | NumberOfInputs |
vtkPolyData ** | PlotData |
vtkGlyph2D ** | PlotGlyph |
vtkAppendPolyData ** | PlotAppend |
vtkPolyDataMapper2D ** | PlotMapper |
vtkActor2D ** | PlotActor |
int | Legend |
double | LegendPosition [2] |
double | LegendPosition2 [2] |
vtkLegendBoxActor * | LegendActor |
vtkGlyphSource2D * | GlyphSource |
vtkPlanes * | ClipPlanes |
double | GlyphSize |
int | CachedSize [2] |
vtkTimeStamp | BuildTime |
|
Reimplemented from vtkActor2D. Definition at line 119 of file vtkXYPlotActor.h. |
|
|
|
|
|
Reimplemented from vtkActor2D. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkActor2D. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkActor2D. |
|
Reimplemented from vtkActor2D. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkActor2D. |
|
Instantiate object with autorange computation; bold, italic, and shadows on; arial font family; the number of labels set to 5 for the x and y axes; a label format of "%-#6.3g"; and x coordinates computed from point ids. Reimplemented from vtkActor2D. |
|
Add a dataset to the list of data to append. The array name specifies which point array to plot. If the array name is NULL, then the default scalars are used. The array can have multiple components, but only the first component is ploted. |
|
Add a dataset to the list of data to append. The array name specifies which point array to plot. If the array name is NULL, then the default scalars are used. The array can have multiple components, but only the first component is ploted. Definition at line 139 of file vtkXYPlotActor.h. |
|
Remove a dataset from the list of data to append. |
|
Remove a dataset from the list of data to append. Definition at line 145 of file vtkXYPlotActor.h. |
|
This removes all of the data set inputs, but does not change the data object inputs. |
|
Return the list of inputs to this filter. Definition at line 153 of file vtkXYPlotActor.h. |
|
If plotting points by value, which component to use to determine the value. This sets a value per each input dataset (i.e., the ith dataset). |
|
Return the list of inputs to this filter. |
|
Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.) |
|
Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.) |
|
Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.) Definition at line 175 of file vtkXYPlotActor.h. References VTK_XYPLOT_INDEX. |
|
Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.) Definition at line 176 of file vtkXYPlotActor.h. References VTK_XYPLOT_ARC_LENGTH. |
|
Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.) Definition at line 177 of file vtkXYPlotActor.h. References VTK_XYPLOT_NORMALIZED_ARC_LENGTH. |
|
Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.) Definition at line 179 of file vtkXYPlotActor.h. References VTK_XYPLOT_VALUE. |
|
Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.) |
|
Add a dataset to the list of data to append. |
|
Remove a dataset from the list of data to append. |
|
Return the list of inputs to this filter. Definition at line 196 of file vtkXYPlotActor.h. |
|
Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y). |
|
Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y). |
|
Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y). Definition at line 205 of file vtkXYPlotActor.h. References VTK_XYPLOT_ROW. |
|
Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y). Definition at line 207 of file vtkXYPlotActor.h. References VTK_XYPLOT_COLUMN. |
|
Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y). |
|
Specify which component of the input data object to use as the independent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectXComponent is the row number; otherwise it's the column number. |
|
Specify which component of the input data object to use as the independent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectXComponent is the row number; otherwise it's the column number. |
|
Specify which component of the input data object to use as the dependent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectYComponent is the row number; otherwise it's the column number. |
|
Specify which component of the input data object to use as the dependent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectYComponent is the row number; otherwise it's the column number. |
|
|
|
Definition at line 241 of file vtkXYPlotActor.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa). Exchanging axes affects the labeling as well. |
|
|
|
|
|
|
|
Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set. |
|
Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set. |
|
Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set. |
|
Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set. |
|
Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set. |
|
Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set. |
|
Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set. |
|
Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set. |
|
Retrieve handles to the legend box and glyph source. This is useful if you would like to change the default behavior of the legend box or glyph source. For example, the default glyph can be changed from a line to a vertex plus line, etc.) |
|
Retrieve handles to the legend box and glyph source. This is useful if you would like to change the default behavior of the legend box or glyph source. For example, the default glyph can be changed from a line to a vertex plus line, etc.) |
|
Set/Get the title of the x-y plot, and the title along the x and y axes. |
|
Set/Get the title of the x-y plot, and the title along the x and y axes. |
|
Set/Get the title of the x-y plot, and the title along the x and y axes. |
|
Set/Get the title of the x-y plot, and the title along the x and y axes. |
|
Set/Get the title of the x-y plot, and the title along the x and y axes. |
|
Set/Get the title of the x-y plot, and the title along the x and y axes. |
|
Retrieve handles to the X and Y axis (so that you can set their text properties for example) Definition at line 318 of file vtkXYPlotActor.h. |
|
Retrieve handles to the X and Y axis (so that you can set their text properties for example) Definition at line 320 of file vtkXYPlotActor.h. |
|
Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH). |
|
Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH). |
|
Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH). |
|
Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH). |
|
Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH). |
|
Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH). |
|
Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH). |
|
Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH). |
|
Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH). Definition at line 335 of file vtkXYPlotActor.h. |
|
Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value. |
|
Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value. |
|
Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value. |
|
Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value. |
|
Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value. Definition at line 349 of file vtkXYPlotActor.h. |
|
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. |
|
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. |
|
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. |
|
Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition. |
|
Set/Get the title text property. |
|
Set/Get the title text property. |
|
Set/Get the title text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods. |
|
Set/Get the title text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods. |
|
Set/Get the labels text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods. |
|
Set/Get the labels text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods. |
|
Enable/Disable plotting of Log of x-values. |
|
Enable/Disable plotting of Log of x-values. |
|
Enable/Disable plotting of Log of x-values. |
|
Enable/Disable plotting of Log of x-values. |
|
Set/Get the format with which to print the labels on the scalar bar. |
|
Set/Get the format with which to print the labels on the scalar bar. |
|
Set/Get the spacing between the plot window and the plot. The value is specified in pixels. |
|
Set/Get the spacing between the plot window and the plot. The value is specified in pixels. |
|
Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined. |
|
Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined. |
|
Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined. |
|
Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined. |
|
Set/Get whether the lines are rendered. The line width can be set in the property object. |
|
Set/Get whether the lines are rendered. The line width can be set in the property object. |
|
Set/Get whether the lines are rendered. The line width can be set in the property object. |
|
Set/Get whether the lines are rendered. The line width can be set in the property object. |
|
Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box. |
|
Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box. |
|
Given a position within the viewport used by the plot, return the the plot coordinates (XAxis value, YAxis value) |
|
An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate. |
|
Given a position within the viewport used by the plot, return the the plot coordinates (XAxis value, YAxis value) |
|
Given a position within the viewport used by the plot, return the the plot coordinates (XAxis value, YAxis value) |
|
Given a position within the viewport used by the plot, return the the plot coordinates (XAxis value, YAxis value) |
|
Given a position within the viewport used by the plot, return the the plot coordinates (XAxis value, YAxis value) |
|
Given a position within the viewport used by the plot, return the the plot coordinates (XAxis value, YAxis value) |
|
Given a plot coordinate, return the viewpoint position |
|
An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.) |
|
Given a plot coordinate, return the viewpoint position |
|
Given a plot coordinate, return the viewpoint position |
|
Given a plot coordinate, return the viewpoint position |
|
Given a plot coordinate, return the viewpoint position |
|
Given a plot coordinate, return the viewpoint position |
|
Is the specified viewport position within the plot area (as opposed to the region used by the plot plus the labels)? |
|
Take into account the modified time of internal helper classes. Reimplemented from vtkActor2D. |
|
Write the XY Ploat Actor as a CSV (comma separated value) representation. |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. Draw the x-y plot. Reimplemented from vtkActor2D. |
|
Write the XY Ploat Actor as a CSV (comma separated value) representation. Reimplemented from vtkActor2D. |
|
Write the XY Ploat Actor as a CSV (comma separated value) representation. Reimplemented from vtkActor2D. Definition at line 483 of file vtkXYPlotActor.h. |
|
Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release. Reimplemented from vtkActor2D. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 496 of file vtkXYPlotActor.h. |
|
Definition at line 497 of file vtkXYPlotActor.h. |
|
Definition at line 498 of file vtkXYPlotActor.h. |
|
Definition at line 499 of file vtkXYPlotActor.h. |
|
Definition at line 500 of file vtkXYPlotActor.h. |
|
Definition at line 501 of file vtkXYPlotActor.h. |
|
Definition at line 502 of file vtkXYPlotActor.h. |
|
Definition at line 503 of file vtkXYPlotActor.h. |
|
Definition at line 504 of file vtkXYPlotActor.h. |
|
Definition at line 505 of file vtkXYPlotActor.h. |
|
Definition at line 506 of file vtkXYPlotActor.h. |
|
Definition at line 507 of file vtkXYPlotActor.h. |
|
Definition at line 508 of file vtkXYPlotActor.h. |
|
Definition at line 509 of file vtkXYPlotActor.h. |
|
Definition at line 510 of file vtkXYPlotActor.h. |
|
Definition at line 511 of file vtkXYPlotActor.h. |
|
Definition at line 512 of file vtkXYPlotActor.h. |
|
Definition at line 513 of file vtkXYPlotActor.h. |
|
Definition at line 514 of file vtkXYPlotActor.h. |
|
Definition at line 515 of file vtkXYPlotActor.h. |
|
Definition at line 516 of file vtkXYPlotActor.h. |
|
Definition at line 517 of file vtkXYPlotActor.h. |
|
Definition at line 518 of file vtkXYPlotActor.h. |
|
Definition at line 519 of file vtkXYPlotActor.h. |
|
Definition at line 521 of file vtkXYPlotActor.h. |
|
Definition at line 522 of file vtkXYPlotActor.h. |
|
Definition at line 523 of file vtkXYPlotActor.h. |
|
Definition at line 525 of file vtkXYPlotActor.h. |
|
Definition at line 526 of file vtkXYPlotActor.h. |
|
Definition at line 528 of file vtkXYPlotActor.h. |
|
Definition at line 529 of file vtkXYPlotActor.h. |
|
Definition at line 531 of file vtkXYPlotActor.h. |
|
Definition at line 532 of file vtkXYPlotActor.h. |
|
Definition at line 535 of file vtkXYPlotActor.h. |
|
Definition at line 536 of file vtkXYPlotActor.h. |
|
Definition at line 537 of file vtkXYPlotActor.h. |
|
Definition at line 538 of file vtkXYPlotActor.h. |
|
Definition at line 539 of file vtkXYPlotActor.h. |
|
Definition at line 544 of file vtkXYPlotActor.h. |
|
Definition at line 545 of file vtkXYPlotActor.h. |
|
Definition at line 546 of file vtkXYPlotActor.h. |
|
Definition at line 547 of file vtkXYPlotActor.h. |
|
Definition at line 548 of file vtkXYPlotActor.h. |
|
Definition at line 549 of file vtkXYPlotActor.h. |
|
Definition at line 554 of file vtkXYPlotActor.h. |
|
Definition at line 555 of file vtkXYPlotActor.h. |
|
Definition at line 556 of file vtkXYPlotActor.h. |
|
Definition at line 557 of file vtkXYPlotActor.h. |
|
Definition at line 558 of file vtkXYPlotActor.h. |
|
Definition at line 559 of file vtkXYPlotActor.h. |
|
Definition at line 560 of file vtkXYPlotActor.h. |
|
Definition at line 563 of file vtkXYPlotActor.h. |
|
Definition at line 564 of file vtkXYPlotActor.h. |