plot

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

Parameters

image Image

Image that is to be shown on the screen.

gg GGPlotD

Plotted data on top of the image.

title 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