From 0bb6f256ddde9e330bbcd7727580d8057909fb39 Mon Sep 17 00:00:00 2001 From: Neil Toronto Date: Wed, 9 Oct 2013 18:44:02 -0600 Subject: [PATCH] Use new plot/pict module for math docs --- pkgs/math-pkgs/math-doc/math/scribblings/utils.rkt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/math-pkgs/math-doc/math/scribblings/utils.rkt b/pkgs/math-pkgs/math-doc/math/scribblings/utils.rkt index 0eeb797760..af967e3295 100644 --- a/pkgs/math-pkgs/math-doc/math/scribblings/utils.rkt +++ b/pkgs/math-pkgs/math-doc/math/scribblings/utils.rkt @@ -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)