plot

Plot GGPlotD context onto figure with given title.

Given plot is drawn on top of figure's current image buffer. Size of the figure, and it's image buffer is unchanged. If no figure exists with given title, new one is allocated with default setup (500x500, with black background), and the plot is drawn on it.

Parameters

gg
Type: GGPlotD

GGPlotD context, to be plotted on figure.

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