Copy data (columns or range) from worksheet or matrix and paste as plot in existing graph window.


Version: 2020b

Type: Features

Category: Data Handling

Subcategory: Workbook and Worksheet

Jira: ORG-21107


  • Copy for plotting button in column/range level mini toolbar to copy data and then Ctrl+V to paste as a plot in an existing graph window

 

  • LabTalk command to Copy (worksheet must be active, with some selection):

    worksheet -cp; paste what was copied above (graph must be active):

    layer -pcp; //paste, CANNOT undo

    layer -pcpu; //paste, CAN undo