racket/collects/plot/plot3d
Neil Toronto 365ee2c70d 1d, 2d and 3d function renderers no longer sample outside the function's bounds
This makes it more efficient to plot piecewise functions by drawing each piece with one renderer, and possible to plot functions with discontinuities by using a renderer to draw each continuous piece.
2012-05-25 10:40:05 +09: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 1d, 2d and 3d function renderers no longer sample outside the function's bounds 2012-05-25 10:40:05 +09:00
isosurface.rkt 1d, 2d and 3d function renderers no longer sample outside the function's bounds 2012-05-25 10:40:05 +09:00
line.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
matrix.rkt Plots with intervals too small or too large for flonums (2D and 3D) 2011-11-14 22:01:07 -08:00
plot-area.rkt Documented unstable/flonum 2012-02-01 09:44:47 -07:00
plot.rkt Made plot snips resizeable 2012-02-25 22:47:09 -07:00
point.rkt PLoT documentation for new renderers and plot/utils (code changes are only to move code around so a previously public function could be public again) 2012-01-23 15:56:11 -07:00
rectangle.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
shape.rkt Move point label `radius' units from point; plug plot->dc API leak 2011-11-21 10:39:16 -07:00
snip.rkt Made plot snips resizeable 2012-02-25 22:47:09 -07:00
surface.rkt 1d, 2d and 3d function renderers no longer sample outside the function's bounds 2012-05-25 10:40:05 +09:00