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).

  1. void draw(Image image)
  2. void draw(Slice!(kind, packs, Iterator) image, ImageFormat format)
  3. void draw(GGPlotD plot)
    class Figure
    version(ggplotd)
    void
    draw
    (
    GGPlotD plot
    )

Meta