new_plotview


The new_plotview function is a non-class version of the CPlotView:new method which creates and returns a new CPlotView object.

Example

P = new_plotview()

-- create a new instance of the CPlotView class.

  ...

-- other uses of the class go here, between new and delete.

P:delete()

-- deletes the object and its associated memory.

Related Topics

CPlotView class, new, delete, attach_plotview


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.