racket/collects/plot/scribblings
Neil Toronto 365ee2c70d 1d, 2d and 3d function renderers no longer sample outside the function's bounds
This makes it more efficient to plot piecewise functions by drawing each piece with one renderer, and possible to plot functions with discontinuities by using a renderer to draw each continuous piece.
2012-05-25 10:40:05 +09:00
..
common.rkt Moved contract/c and treeof to unstable/contracts 2012-02-01 09:44:47 -07:00
compat.scrbl remove libfit 2011-12-21 16:17:56 -07:00
contracts.scrbl Moved contract/c and treeof to unstable/contracts 2012-02-01 09:44:47 -07:00
custom.scrbl Use rational? instead of regular-real?, cut some cruft 2011-11-20 22:23:38 -08:00
intro.scrbl Fixed typo in introduction 2012-02-25 22:47:09 -07:00
nonrenderer.scrbl PLoT documentation for new renderers and plot/utils (code changes are only to move code around so a previously public function could be public again) 2012-01-23 15:56:11 -07:00
params.scrbl 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.scrbl PLoT documentation for new renderers and plot/utils (code changes are only to move code around so a previously public function could be public again) 2012-01-23 15:56:11 -07:00
plot2d.scrbl Added unstable/gui/snip (provides snip-canvas%) and docs 2012-03-03 12:37:09 -07:00
plot3d.scrbl Use rational? instead of regular-real?, cut some cruft 2011-11-20 22:23:38 -08:00
porting.scrbl PLoT documentation for new renderers and plot/utils (code changes are only to move code around so a previously public function could be public again) 2012-01-23 15:56:11 -07:00
renderer2d.scrbl Fixed discrete-histogram gap and bounds calculation, expanded docs 2012-04-30 14:15:18 -06:00
renderer3d.scrbl PLoT documentation for new renderers and plot/utils (code changes are only to move code around so a previously public function could be public again) 2012-01-23 15:56:11 -07:00
ticks.scrbl PLoT documentation for new renderers and plot/utils (code changes are only to move code around so a previously public function could be public again) 2012-01-23 15:56:11 -07:00
utils.scrbl 1d, 2d and 3d function renderers no longer sample outside the function's bounds 2012-05-25 10:40:05 +09:00