(draw-chart-with-graphics2d chart rectangle2d graphics2d)
Draws the 'chart' with the dimensions of 'rectangle2d' in the given 'graphics2d' context and returns the context.
Draws the 'chart' with the dimensions of 'rectangle2d' in the given 'graphics2d' context and returns the context.
(save-chart-as-jpg file chart width height)
Save the 'chart' in JPEG format with the specified 'width' and 'height' to the given 'file'.
Save the 'chart' in JPEG format with the specified 'width' and 'height' to the given 'file'.
(save-chart-as-png file chart width height)
Save the 'chart' in PNG format with the specified 'width' and 'height' to the given 'file'.
Save the 'chart' in PNG format with the specified 'width' and 'height' to the given 'file'.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close