Re: 3DPlot in Mathematica 6
- To: mathgroup at smc.vnet.net
- Subject: [mg80346] Re: 3DPlot in Mathematica 6
- From: chuck009 <dmilioto at comcast.com>
- Date: Sat, 18 Aug 2007 05:35:51 -0400 (EDT)
You're using brackets where none should be. Use parenthesis if necessary. Plot3D[2 Sin[x + Sin[y]], {x, -10, 10}, {y, -10, 10}, PlotRange -> All]