new_plot


The new_plot creator 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, v.8.77 Copyright Ⓒ 2024 Mirametrics, Inc. All Rights Reserved.