racket/collects/plot/contracted
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
..
axis-transform.rkt
date-time.rkt
draw.rkt
format.rkt
kde.rkt
legend.rkt
math.rkt Initial commit for `typed/plot' module 2012-12-15 21:22:50 -07:00
parameters.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-element.rkt Moved contract/c and treeof to unstable/contracts 2012-02-01 09:44:47 -07:00
sample.rkt
samplers.rkt
ticks.rkt