Figure.draw

Draw the GGPlotD context on this figure's canvas.

Important Notes: - ggplotd's coordinate system starts from down-left corner. To match the image coordinate system (which starts from up-left corner), y axis is flipped in the given plot. - GGPlotD's margins are zeroed out in this function, and axes hidden. - GGPlotD's axes ranges are configured in this function to match figure size (width and height).

Meta