new_plot


The new_plot function is a non-class way to create a CPlot class object. The CPlot object is usually returned by ne of the CPlotView class methods.

Example

P = new_plot()

-- create a new instance of the CPlot class.

  ...

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

P:delete()

-- deletes the object and its associated memory.

Related Topics

CPlot class, new


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