2.10.6 plot_gfloatbar


Menu Information

Plot: Categorical: Grouped Floating Bar

Brief Information

Plot grouped floating bar chart

Command Line Usage

plot_gfloatbar -r 1 subgroup:=label label:=L type:=column;

Additional Information

Minimum Origin Version Required: 2020

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input iy

Input

XYRange

<active>

The input XYRange data to plot by group. This is the data which actually gets plotted.

Subgroup subgroup

Input

int

0

Specify the method of dividing subgroup.

Option List:

  • 0=size:By Size
  • 1=label:By Column Label
Size size

Input

int

2

When Subgroup is set to By Size, you can specify subgroup by data size.

For example, when set Size:=3, that means each three value in a row as a subgroup and used to plot a float bar in the graph.

Column Label label

Input

int

L

When Subgroup is set to By Column Label, you can specify subgroup by the column label.

Option List:

  • L: Long Name
  • Units: Unites
  • Comments: Comments
Plot Type type

Input

int

2

Specify the plot type to plot the graphs.

Option List:

  • 0=column: Column Plot
  • 1=bar: Bar Plot
Output Data rd

Input

ReportData

[<input>]<new>

Specify where to output the calculated data.

Related X-Functions

plotgroup


Keywords:float bar