Workspace 6.21.5
|
Creates a new 2D scatter or line plot from one or more PlotItems. Each PlotItem appears as a single data series in the final plot. Legends, labels, axes and the rendering method can all be customized.
Inputs: | |||
---|---|---|---|
Frame margin left | int | ||
Frame margin top | int | ||
Frame margin right | int | ||
Frame margin bottom | int | ||
Background color | QColor | ||
Foreground color | QColor | ||
Title | QString | ||
Title font | QFont | ||
Legend font | QFont | ||
Axes label font | QFont | Sets the font for axes labels. | |
Axes tick label font | QFont | Sets the font for labels attached to 'tick' markers on the axes. | |
Axes line width | double | ||
Major tick length | int | Controls the length of 'tick' markers for major intervals on both axes. | |
Minor tick length | int | Controls the length of 'tick' markers for minor intervals on both axes. Should generally be smaller than the Major tick length. | |
X axis settings | CSIRO::DataAnalysis::AxisSettings | ||
Y axis settings | CSIRO::DataAnalysis::AxisSettings | ||
Show legend | bool | ||
Legend anchor | CSIRO::DataAnalysis::Plot::LegendAnchor | Controls where the legend is positioned on the plot. | |
Legend offset X | int | ||
Legend offset Y | int | ||
Data line width | double | The width (in pixels) of all lines shown on the plot. | |
Distance between labels | int | The minimum distance (in pixels) between labels on the plot. | |
Enable dynamic margins | bool | If enabled, the margins of the plot will be dynamic, based on the data shown on the plot, and the labels. | |
Use OpenGL based rendering | Deprecated | bool | If enabled, OpenGL will be used to render the plot using graphics hardware. This can dramatically speed up the time taken to render a plot. NOTE: Will not be effective on machines with inadequate graphics hardware. This input is no longer needed - hardware acceleration is automatically enabled if available. |
Number of OpenGL samples | int | ||
Image overlays | Array | CSIRO::DataAnalysis::ImageOverlay | |
Plot items | Array | CSIRO::DataAnalysis::PlotItem | |
Plots | Array | CSIRO::DataAnalysis::Plot | |
Outputs: | |||
Plot | CSIRO::DataAnalysis::Plot |