plot

Show given image, and then plot given GGPlotD context on top of it.

Parameters

image
Type: Image

Image that is to be shown on the screen.

gg
Type: GGPlotD

Plotted data on top of the image.

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