Labtalk: LabTalk Function for Data Range of Plot


Version: 2018

Type: Features

Category: Programming

Subcategory: Labtalk

Jira: ORG-16384


Add a new LabTalk function to get the data range of a plot in graph.

Syntaxdataset plotdata(index, designation, x = 0, y = 0) //x&y refers to panel index.

Also, two new LabTalk functions added to get the first point and last point of a plot.

Syntax

double FirstPoint(vector vec);
double LastPoint(vector vec);