2.5.40 openBinWks


Brief Information

Create or open bin worksheet for histogram plot

Command Line Usage

OpenBinWks nRecalculate:=2;

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
nRecalculate nRecalculate

Input

int

1

Recalculate mode:

  • 0=None
  • 1=Auto
  • 2=Manual

Example

 //Create a histogram plot and open the bin worksheet.
newbook;
col(B) = uniform(30);
plotxy iy:=(2) plot:=219 ogl:=<new template:=Hist>;
OpenBinWks nRecalculate:=2;

Keywords:histogram