MathGroup Archive 2009

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

Search the Archive

Re: Manipulate Plot command - blank plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105939] Re: Manipulate Plot command - blank plot
  • From: "Nasser M. Abbasi" <nma at 12000.org>
  • Date: Sun, 27 Dec 2009 02:24:44 -0500 (EST)
  • References: <hh68l2$c0c$1@smc.vnet.net>

"Dean" <schonfeld.dean at gmail.com> wrote in message 
news:hh68l2$c0c$1 at smc.vnet.net...
> Hi, I am very new to Mathematica. I have the following problem -
> following the tutorial I type in:
>
> Manipulate[Plot[Sin[nx], {x, 0, 2 Pi}], {n, 1, 10}]
>
> and I get a blank plot - the axes show, so is the slider but no plot.
>

Look at Sin[nx], You need a space between the "n" and the "x" above as in 
Sin[n x].

--Nasser



  • Prev by Date: Re: Re: Integration of Interpolation
  • Next by Date: Re: Manipulate Plot command - blank plot
  • Previous by thread: Re: Manipulate Plot command - blank plot
  • Next by thread: Re: Manipulate Plot command - blank plot