racket/collects/plot/common
Eli Barzilay 672910f27b Lots of bad TAB eliminations.
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.

If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces.  For example, to see
per-line authors, use "git blame -w <file>".  Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
..
axis-transform.rkt Moved some flonum stuff (e.g. flatan2, flnext, +max.0, +min.0, etc.) to unstable/flonum (will document in another commit) 2011-11-25 18:40:19 -07:00
contract.rkt Fixed plot doc tests 2012-02-01 22:17:25 -07:00
currency.rkt Finished first draft of tick/axis overhaul 2011-11-10 12:59:41 -07:00
date-time.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
deprecation-warning.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
draw.rkt racket/draw: make-immutable-{color,brush,pen} => make-{color,brush,pen} 2012-05-01 21:04:40 -06:00
file-type.rkt Source reorg 2011-11-10 12:59:41 -07:00
format.rkt Drop the now-redundant " " argument from existing uses of `string-join'. 2012-05-24 10:40:20 -04:00
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 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
legend.rkt Moved some flonum stuff (e.g. flatan2, flnext, +max.0, +min.0, etc.) to unstable/flonum (will document in another commit) 2011-11-25 18:40:19 -07:00
marching-cubes.rkt Moved some flonum stuff (e.g. flatan2, flnext, +max.0, +min.0, etc.) to unstable/flonum (will document in another commit) 2011-11-25 18:40:19 -07:00
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 Plots with intervals too small or too large for flonums (2D and 3D) 2011-11-14 22:01:07 -08:00
math.rkt #lang racket' -> #lang racket/base' conversions in plot and in images. 2012-11-07 08:03:45 -05:00
nonrenderer.rkt Moved some flonum stuff (e.g. flatan2, flnext, +max.0, +min.0, etc.) to unstable/flonum (will document in another commit) 2011-11-25 18:40:19 -07:00
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 Points renderers fill color option 2011-11-24 21:59:16 -09:00
plot-element.rkt 1d, 2d and 3d function renderers no longer sample outside the function's bounds 2012-05-25 10:40:05 +09:00
sample.rkt 1d, 2d and 3d function renderers no longer sample outside the function's bounds 2012-05-25 10:40:05 +09:00
samplers.rkt 1d, 2d and 3d function renderers no longer sample outside the function's bounds 2012-05-25 10:40:05 +09:00
snip.rkt Made plot snips resizeable 2012-02-25 22:47:09 -07:00
ticks.rkt Fixed an internal function contract 2012-03-03 12:37:09 -07:00
utils.rkt Plots with intervals too small or too large for flonums (2D and 3D) 2011-11-14 22:01:07 -08:00
worker-thread.rkt #lang racket' -> #lang racket/base' conversions in plot and in images. 2012-11-07 08:03:45 -05:00