MathGroup Archive 2001

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

Search the Archive

RE: Q: plot in different colors

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27701] RE: [mg27653] Q: plot in different colors
  • From: "tgarza01 at prodigy.net.mx" <tgarza01 at prodigy.net.mx>
  • Date: Sun, 11 Mar 2001 04:04:48 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Is your list of functions actually a list? I give you an example:

In[1]:=
Table[Plot[Sin[j x],{x,0,2 Pi},PlotStyle->Hue[j/5],
    DisplayFunction->Identity],{j,1,5}];
In[2]:=
Show[%,DisplayFunction->$DisplayFunction];

Tomas Garza
Mexico City

Original Message:
-----------------
From: Robert robert.schuerhuber at gmx.at
To: mathgroup at smc.vnet.net
Subject: [mg27701] [mg27653] Q: plot in different colors


hi!
if i plot a list of functons, how can i command mathematica to plot each
function in a different color? i know i can use rgbcolor to change the
color of the plot, but it is not practical to enter a list of
rgbcolor[r,g,b] values at each plot. is there an (easy) solution to do
this more or less automatically?
regards, robert


--------------------------------------------------------------------
Mail2Web - Check your email from the web at
http://www.mail2web.com/ .



  • Prev by Date: Re: [Q] Cancel command in 4.1
  • Next by Date: RE: [Q] Cancel command in 4.1
  • Previous by thread: Re: Q: plot in different colors
  • Next by thread: RE: Q: plot in different colors