racket/collects/plot/plot2d
Neil Toronto 3d1f2da3bc Added #:add-ticks? arguments to 2d histogram functions
Added #:add-x-ticks? and #:add-y-ticks? arguments to 3d histogram functions
2012-07-10 11:22:26 -07:00
..
clip.rkt
contour.rkt Revert "Added #:add-ticks? argument to all 2d-renderer-producing functions" 2012-07-10 11:22:26 -07:00
decoration.rkt
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 Added #:add-ticks? arguments to 2d histogram functions 2012-07-10 11:22:26 -07:00
snip.rkt