MathGroup Archive 1999

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

Search the Archive

Re: Plot, Table.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg19957] Re: [mg19927] Plot, Table.
  • From: BobHanlon at aol.com
  • Date: Wed, 22 Sep 1999 04:11:29 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Plot[Evaluate[Table[a*x^2, {a, 20}]], {x, -2, 2}, 
    PlotStyle -> Table[Hue[h/25], {h, 0, 19}]];

Bob Hanlon

In a message dated 9/21/1999 6:08:44 AM, kaesarzm at teleline.es writes:

>Can I plot a family of functions at the same coordinate system?
>For example:
>            y = a  x^2      a = 1,2,........,20
>


  • Prev by Date: Re: How to find solutions for conditioned equations?
  • Next by Date: Re: Plot, Table.
  • Previous by thread: Plot, Table.
  • Next by thread: Re: Plot, Table.