racket/collects/plot/plot3d
Neil Toronto 5a2aa226fb Initial commit for `typed/plot' module
I also made some minor changes to `plot' so that its functions would
type more easily. In particular, everything that used to take a list
of vectors now accepts a (Sequenceof (Sequenceof Real)). The 3D
discrete histogram renderers now also accept lists as well as vectors
in the sequence of categories.

For now, in typed/plot functions, optional non-keyword arguments are
required. As soon as Vincent closes PR 13354, I should be able to
uncomment part of a macro in "typed/plot/syntax.rkt" to make them
correctly optional.
2012-12-15 21:22:50 -07: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 Initial commit for `typed/plot' module 2012-12-15 21:22:50 -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 move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
point.rkt Initial commit for `typed/plot' module 2012-12-15 21:22:50 -07:00
rectangle.rkt Initial commit for `typed/plot' module 2012-12-15 21:22:50 -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