racket/collects/plot/extend.ss
Matthew Flatt 83ce4d4754 plot bug and doc fixes
svn: r9305
2008-04-14 21:53:24 +00:00

20 lines
393 B
Scheme

#lang scheme
(require "plot-extend.ss"
"renderer-helpers.ss"
"view.ss")
(provide (except-out (all-from-out "plot-extend.ss")
define-plot-type)
plot-view%
sample-size
scale-vectors
x-values
normalize-vector
normalize-vectors
make-column
xy-list
zgrid)