racket/collects/plot/plot3d
Neil Toronto 989fcc4c22 Reworked how major and minor ticks are chosen; now isosurfaces3d always shows 3-5 surfaces, and all *-ticks parameters have the same default
Contour and isosurface 'auto levels reorg
2D contours: z-min = z-max now makes empty plot instead of infinite loop
3D isosurfaces: d-min = d-max now makes empty plot instead of infinite loop
Fixed contracts and corner case on marching squares and cubes functions
Better selection box and point-label formatting
Increased timeout on extreme-bounds-tests.rkt
2011-11-24 21:59:16 -09:00
..
clip.rkt Abstracted render-thread into worker-thread (preparing for animated 2D plots) 2011-11-10 12:59:43 -07:00
contour.rkt Reworked how major and minor ticks are chosen; now isosurfaces3d always shows 3-5 surfaces, and all *-ticks parameters have the same default 2011-11-24 21:59:16 -09:00
isosurface.rkt Reworked how major and minor ticks are chosen; now isosurfaces3d always shows 3-5 surfaces, and all *-ticks parameters have the same default 2011-11-24 21:59:16 -09:00
line.rkt Use rational? instead of regular-real?, cut some cruft 2011-11-20 22:23:38 -08: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 Refactoring: plot-device% now uses dc<%>'s set-origin, simplifying uses 2011-11-24 21:59:16 -09:00
plot.rkt Ensure snips handle rendering errors 2011-11-24 21:59:16 -09:00
point.rkt Points renderers fill color option 2011-11-24 21:59:16 -09:00
rectangle.rkt Use rational? instead of regular-real?, cut some cruft 2011-11-20 22:23:38 -08: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 Focus tweaks to capture off-snip movement; account for split editor 2011-11-24 21:59:16 -09:00
surface.rkt Use rational? instead of regular-real?, cut some cruft 2011-11-20 22:23:38 -08:00