figure

Create a plotting figure.

figure
(
string title = ""
)

Parameters

title
Type: string

Title of the window. If none given (default), window is named by "Figure id".

Return Value

Type: Figure

If figure with given title exists already, that figure is returned, otherwise new figure is created and returned.

Throws

ContextNotInitialized

Meta