Skip to content

pyplot.create_sheet

fabian-flassig edited this page Mar 30, 2026 · 1 revision

Creates a new plot sheet.

pyplot.create_sheet([name])
Parameter Type Description
name string (optional) The name of the new sheet

Return value

Type Description
element_handle A handle to the created sheet

Example:

local sheet = pyplot.create_sheet("Sheet 1")

Remarks:

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.

Version Support:

Minimum PYTHA Version: V26

See also:

pyplot.import_sheet, pyplot.delete_sheet

Clone this wiki locally