Re: ContourPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg20722] Re: ContourPlot3D
- From: "Dale Horton" <daleh at wolfram.com>
- Date: Wed, 10 Nov 1999 00:17:40 -0500
- Organization: Wolfram Research, Inc.
- References: <7vrd2e$2ol@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You probably tried to use ContourPlot3D before loading the package. This prevents you from using the package definition in the rest of the current session. http://support.wolfram.com/Packages/Load/FunctionsNotWorking.html -Dale Danny Mathews <dmathews at ticnet.com> wrote in message news:7vrd2e$2ol at smc.vnet.net... > I can't get ContourPlot3D to work in 4.0 for Students. > > I put in... > > <<Graphics`ContourPlot3D` > > ContourPlot3D[Cos[ x^2 + y^2 + z^2 ], {x,-2,2}, {y,0,2}, {z,-2,2}] > > and I get this for the output... > > ContourPlot3D[Cos[ x^2 + y^2 + z^2 ], {x,-2,2}, {y,0,2}, {z,-2,2}] > > This is the expample in the Help Brower under ContourPlot3D in the Add-On > section. > If I place my cursor after the example equation and hit <enter>, the graph > disappears > in the example and I get the original for the output again. Any ideas? > > danny > > > > >
- Follow-Ups:
- Re: Re: ContourPlot3D
- From: "Jordan Maclay" <jordanmaclay@quantumfields.com>
- Re: Re: ContourPlot3D