racket/collects/plot/plot2d
2012-08-12 08:51:57 -06:00
..
clip.rkt Clipping lines now uses exact arithmetic. Fixes visual issues with plotting inexact functions at very small scales. Every plot should render correctly at every scale now. 2012-02-01 09:44:47 -07:00
contour.rkt Revert "Added #:add-ticks? argument to all 2d-renderer-producing functions" 2012-07-10 11:22:26 -07:00
decoration.rkt Moved some flonum stuff (e.g. flatan2, flnext, +max.0, +min.0, etc.) to unstable/flonum (will document in another commit) 2011-11-25 18:40:19 -07:00
interval.rkt Revert "Added #:add-ticks? argument to all 2d-renderer-producing functions" 2012-07-10 11:22:26 -07:00
line.rkt Revert "Added #:add-ticks? argument to all 2d-renderer-producing functions" 2012-07-10 11:22:26 -07:00
plot-area.rkt Added plot-x-tick-label-angle, plot-x-tick-label-anchor, and similar for y and far axes 2012-04-30 16:12:12 -06:00
plot.rkt When plot-new-window?' is #t, plot' and `plot3d' now create a frame in a new eventspace. This allows plot frames to be displayed programmatically. (Without this change, the frames are unresponsive until the REPL regains control.) 2012-05-25 13:11:46 +09:00
point.rkt Revert "Added #:add-ticks? argument to all 2d-renderer-producing functions" 2012-07-10 11:22:26 -07:00
rectangle.rkt Histogram plots support lists as well as vectors of data. 2012-08-12 08:51:57 -06:00
snip.rkt Made plot snips resizeable 2012-02-25 22:47:09 -07:00