Struct SF_PlotterGraphStructΒΆ
-
struct SF_PlotterGraphStruct
Public Members
-
string graph
Name of the sweep formula graph this struct is associated with.
-
string win
Name of the window in which the plot/table is displayed.
-
variable traceCnt
Number of traces currently plotted.
-
variable postPlotPSX
flag to call PSX plot creation when evaluated formulas contained psx operation
-
variable showLegend
Non-zero if the legend should be shown for this plot.
-
variable formulaCounter
Counter tracking how many formulas have been processed.
-
WAVE xAxisLabels
Wave holding x-axis labels used for the plotted data.
-
WAVE yAxisLabels
Wave holding y-axis labels used for the plotted data.
-
WaveText wAnnotations
Text wave storing annotations to be displayed.
-
WaveText formulaArgSetup
Text wave describing the argument setup for each formula.
-
WaveText tableFormulas
Text wave containing the formulas for data displayed in tables.
-
WaveRefWave collPlotFormData
Wave of waves storing collected plot formatting data for each formula.
-
WAVE panelsCreated
Wave tracking which panels (graph/table) have been created.
-
WaveRefWave formulaResults
Wave of waves with the evaluation results of a formula.
-
WaveText plotMetaData
Text wave holding meta data about the plotted formulas and traces.
-
WAVE colorGroups
Wave assigning color groups to plotted traces.
-
string graph