From af94ac2db5f02f17513bc1c9c5a8544edf5d3bb6 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 19 Apr 2007 02:49:34 +0000 Subject: [PATCH] show vector-field instead of field in example svn: r5978 --- collects/plot/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/plot/doc.txt b/collects/plot/doc.txt index 1546be74e1..04cce5cd10 100644 --- a/collects/plot/doc.txt +++ b/collects/plot/doc.txt @@ -51,7 +51,7 @@ PLoT collection: Quick Start + Using color shading (plot (shade 3dfun)) + Using a gradient field -(plot (field (gradient 3dfun))) +(plot (vector-field (gradient 3dfun))) or in a 3d box + Displaying only the top of the surface (plot3d (surface 3dfun))