MathGroup Archive 2006

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

Search the Archive

Re: nestled plotting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg72409] Re: nestled plotting
  • From: Johan Lans <nospam at nospam.com>
  • Date: Mon, 25 Dec 2006 04:53:01 -0500 (EST)
  • Organization: chello.se
  • References: <emdors$jvh$1@smc.vnet.net> <emgg5g$2dr$1@smc.vnet.net>

Works fine. Thanks.

A follow up question. It's easy to set xmax and xmin when plotting. Is 

there a way to set ymax and ymin (or z in 3d)? I can't find any obvious 

way in the help.



Hadoque



Norbert Marxer skrev:

> Hello

> 

> All you have to do is to insert Evaluate in front of the Table command:

> e.g.

> 

> Plot[Evaluate@Table[Normal[Series[Sin[x], {x, 0, i}]], {i, 5}], {x,

> -15, 15}];

> 

> Best Regards

> Norbert Marxer

> 

> www.mec.li

> 

> 

> junk at apspektakel.com schrieb:

> 

>> Hi

>>  I'm having this problem. I want to plot a number of maclaurin

>> polynomials and I want to do it like this:

>> Plot[Table[Normal[Series[Sin[x], {x, 0, i}]], {i, 5}], {x, -15, 15}]

>> This gives me a bunch of error messages. However, if I first print the

>> table:

>> Table[Normal[Series[Sin[x], {x, 0, i}]], {i, 5}]

>> and cut and pase this into the plot command, everything works just as I

>> want it. How do I get past the cut and paste step?

>>

>> /Hadoque

> 



  • Prev by Date: RE: Re: GraphPlot display anomaly
  • Next by Date: Re: Generating systems of constraints
  • Previous by thread: Re: regularize a function (proof function)
  • Next by thread: nestled plotting