There was an error while loading. Please reload this page.
Creates a new plot sheet.
pyplot.create_sheet([name])
name
string
element_handle
local sheet = pyplot.create_sheet("Sheet 1")
The function creates a new sheet in the current plot album using the default plot sheet template.
If a name is given and not empty, the sheet is renamed accordingly.
The function returns an element handle to a plot sheet that can be used with other pyplot functions.
pyplot
Minimum PYTHA Version: V26
pyplot.import_sheet, pyplot.delete_sheet