MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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]


  • Prev by Date: RE: how to save each raw of data to separate file?
  • Next by Date: Re: Mathematica 6
  • Previous by thread: Re: 3DPlot in Mathematica 6
  • Next by thread: Re: 3DPlot in Mathematica 6