racket/collects/plot
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
..
common Initial commit for `typed/plot' module 2012-12-15 21:22:50 -07:00
contracted Initial commit for `typed/plot' module 2012-12-15 21:22:50 -07:00
deprecated remove libfit 2011-12-21 16:17:56 -07:00
plot2d Initial commit for `typed/plot' module 2012-12-15 21:22:50 -07:00
plot3d Initial commit for `typed/plot' module 2012-12-15 21:22:50 -07:00
scribblings Initial commit for `typed/plot' module 2012-12-15 21:22:50 -07:00
tests Made plots in plot' and math' render nicely in PDFs (plots in docs are picts now) 2012-11-25 22:32:07 -08:00
compat.rkt remove libfit 2011-12-21 16:17:56 -07:00
doc.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
info.rkt Don't compile test files. 2012-03-13 10:29:13 -04:00
main.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
utils.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