Use new plot/pict module for math docs
This commit is contained in:
parent
aeeb691337
commit
0bb6f256dd
|
@ -32,7 +32,5 @@
|
|||
(define (make-untyped-math-eval)
|
||||
(define eval (make-base-eval))
|
||||
(eval '(require math))
|
||||
(eval '(require (rename-in (except-in plot plot plot3d)
|
||||
[plot-pict plot]
|
||||
[plot3d-pict plot3d])))
|
||||
(eval '(require plot/pict))
|
||||
eval)
|
||||
|
|
Loading…
Reference in New Issue
Block a user