racket/collects/plot/contracted/samplers.rkt
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

10 lines
297 B
Racket

#lang racket/base
(require unstable/latent-contract)
(require "../common/samplers.rkt")
(provide (activate-contract-out function->sampler
inverse->sampler
2d-function->sampler
3d-function->sampler))