racket/collects/plot/common
Matthew Flatt 68e005fb2c racket/draw: make-immutable-{color,brush,pen} => make-{color,brush,pen}
Also, use keywords for `make-pen' and `make-brush'.

Adding `make-pen' and `make-color' creates many conflicts among
teaching libraries, such as `2htdp/image'. These are easy to fix
up in the tree, but adding such obvious names to `racket/draw'
may create other compatibility problems, so we might have to reconsider
the names.

In consultation with Asumu.
2012-05-01 21:04:40 -06:00
..
axis-transform.rkt
contract.rkt
currency.rkt
date-time.rkt
deprecation-warning.rkt
draw.rkt racket/draw: make-immutable-{color,brush,pen} => make-{color,brush,pen} 2012-05-01 21:04:40 -06:00
file-type.rkt
format.rkt
gui.rkt Fixed graphical glitches: 2012-03-03 15:39:16 -07:00
kde.rkt
legend.rkt
marching-cubes.rkt
marching-squares.rkt
marching-utils.rkt
math.rkt
nonrenderer.rkt
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-device.rkt
plot-element.rkt
sample.rkt
samplers.rkt
snip.rkt
ticks.rkt
utils.rkt
worker-thread.rkt