Documentation

UI::Plot

Namespace

Starts a 2D plotting context. If this function returns true, EndPlot() MUST be called!

Returns bool

Only call EndPlot() if BeginPlot() returns true!

Enables an axis or sets the label and/or flags for an existing axis.

Sets an axis range limits. Inversion with v_min > v_max is not supported.

Sets the format of numeric axis labels via formater specifier (default="%g"). Formated values will be double (i.e. use %f).

Sets an axis' scale using built-in options.

Sets the primary X and Y axes range limits. Shorthand for two calls to SetupAxisLimits.

Set the location of the current plot's mouse position text (default = South|East).

Temporarily switch to a different colormap. Don't forget to call PopColormap!

Undo temporary colormap modification(s).

Plots a a stairstep graph. The y value is continued constantly to the right from every x position, i.e. the interval [x[i], x[i+1]] has the value y[i]

Plots a a stairstep graph. The y value is continued constantly to the right from every x position, i.e. the interval [x[i], x[i+1]] has the value y[i]

Flags that can be passed to UI::Plot::BeginPlot.

Plot axes.

Flags that can be passed to UI::Plot::SetupAxis.

Used to position items on a plot (e.g. legends, labels, etc.)

Flags that can be passed to UI::Plot::SetupLegend.

Flags that can be passed to UI::Plot::SetupMouseText.

Axis scale.

Marker specifications.

Different automatic histogram binning methods (k = bin count or w = bin width).

Represents a condition for SetupAxisLimits etc.

Built-in colormaps

Flags that can be passed to UI::Plot::ColormapScale.

Flags that can be passed to UI::Plot::PlotLine.

Flags that can be passed to UI::Plot::PlotBars.

Flags that can be passed to UI::Plot::PlotErrorBars.

Flags that can be passed to UI::Plot::PlotShaded.

Flags that can be passed to UI::Plot::PlotScatter.

Flags that can be passed to UI::Plot::PlotBarGroups.

Flags that can be passed to UI::Plot::PlotStems.

Flags that can be passed to UI::Plot::PlotStairs.

Flags that can be passed to UI::Plot::PlotPieChart.

Flags that can be passed to UI::Plot::PlotHeatmap.

Flags that can be passed to UI::Plot::PlotHistogram.