show vector-field instead of field in example

svn: r5978
This commit is contained in:
Matthew Flatt 2007-04-19 02:49:34 +00:00
parent 681d88ed52
commit af94ac2db5

View File

@ -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))