LabTalk command to duplicate plot in same layer


Version: 2025

Type: Features

Category: Programming

Subcategory: Labtalk

Jira: ORG-29751


E.g. plot a scatter graph. Run the following script

layer -pd 2;

Two copies of the plot are made and grouped so there are 3 plots in the layer.

This is mainly used for data slicer in graph so user can set different filter condition of each plot.