racket/collects/plot/common
2012-08-04 11:25:33 -06:00
..
axis-transform.rkt
contract.rkt
currency.rkt
date-time.rkt
deprecation-warning.rkt
draw.rkt
file-type.rkt
format.rkt
gui.rkt When plot-new-window?' is #t, plot' and `plot3d' now create a frame in a new eventspace. This allows plot frames to be displayed programmatically. (Without this change, the frames are unresponsive until the REPL regains control.) 2012-05-25 13:11:46 +09:00
kde.rkt
legend.rkt
marching-cubes.rkt
marching-squares.rkt Fixed off-by-epsilon error; addresses issue with plateaus in contour-intervals and contour-intervals3d reported by Doug Williams 2012-08-04 11:25:33 -06:00
marching-utils.rkt
math.rkt Added nan?, infinite?, degrees->radians, radians->degrees, exact-round, exact-floor, exact-ceiling, exact-truncate to racket/math 2012-06-05 22:40:44 -06:00
nonrenderer.rkt
parameters.rkt
plot-device.rkt
plot-element.rkt
sample.rkt
samplers.rkt
snip.rkt
ticks.rkt
utils.rkt
worker-thread.rkt