MathGroup Archive 2007

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

Search the Archive

Re: Plot in a Do loop does nothing

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78259] Re: Plot in a Do loop does nothing
  • From: dh <dh at metrohm.ch>
  • Date: Wed, 27 Jun 2007 05:23:34 -0400 (EDT)
  • References: <f5qmft$475$1@smc.vnet.net>


Hi Tim,

this is already an "old one".

Version 6 treats graphics like text. Therefore, you need to "print" it, 

simply wrap "Print" around the "Plot".

hope this helps, Daniel





Tim Birks wrote:

> Can anyone please explain why the line:

> Do[Plot[Sin[x], {x, 0, 2*n*Pi}], {n, 1, 2}]

> 

> does nothing in Mathematica 6? Or, how else I can produce such a series of 

> related plots? It worked fine in Mathematica 5!

> 

> T

> 

> 

> 




  • Prev by Date: Re: extracting fractional powers of series expansion?
  • Next by Date: Re: Plot in a Do loop does nothing
  • Previous by thread: RE: Plot in a Do loop does nothing
  • Next by thread: Re: Plot in a Do loop does nothing