Workspace 6.21.5
PlotBuilder

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.

  • Default label: "Plot builder"
  • Member of plug-in: Data analysis
  • Catalogue path: Data analysis/Plot2D
Inputs:
Frame margin leftint

Frame margin topint

Frame margin rightint

Frame margin bottomint

Background colorQColor

Foreground colorQColor

TitleQString

Title fontQFont

Legend fontQFont

Axes label fontQFontSets the font for axes labels.
Axes tick label fontQFontSets the font for labels attached to 'tick' markers on the axes.
Axes line widthdouble

Major tick lengthintControls the length of 'tick' markers for major intervals on both axes.
Minor tick lengthintControls the length of 'tick' markers for minor intervals on both axes. Should generally be smaller than the Major tick length.
X axis settingsCSIRO::DataAnalysis::AxisSettings

Y axis settingsCSIRO::DataAnalysis::AxisSettings

Show legendbool

Legend anchorCSIRO::DataAnalysis::Plot::LegendAnchorControls where the legend is positioned on the plot.
Legend offset Xint

Legend offset Yint

Data line widthdoubleThe width (in pixels) of all lines shown on the plot.
Distance between labelsintThe minimum distance (in pixels) between labels on the plot.
Enable dynamic marginsboolIf enabled, the margins of the plot will be dynamic, based on the data shown on the plot, and the labels.
Use OpenGL based renderingDeprecatedboolIf 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 samplesint

Image overlaysArrayCSIRO::DataAnalysis::ImageOverlay

Plot itemsArrayCSIRO::DataAnalysis::PlotItem

PlotsArrayCSIRO::DataAnalysis::Plot

Outputs:
PlotCSIRO::DataAnalysis::Plot