MathGroup Archive 2006

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

Search the Archive

Re: multipleListPlot does not seem to accept Multiple Hue commands

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64125] Re: [mg64095] multipleListPlot does not seem to accept Multiple Hue commands
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Thu, 2 Feb 2006 00:05:28 -0500 (EST)
  • References: <200602010934.EAA23017@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On Feb 1, 2006, at 4:34 AM, Ariel sumeruk wrote:

>
> Hello
> Does anybody know why this does not work?
>
> MultipleListPlot[multiplot,PlotStyle->{Hue[0.6],Hue[0.1],Hue[0.2]}]
>
> were multiplot is 3 lists of x,y pairs lists. All 3 grpahs appear  
> in black
> only.

PlotStyle applies the line drawn between data points, not the points  
themselves.  Use PlotJoined->True to see the colored lines, or change  
PlotStyle to SymbolStyle to color the points.

Regards,

Ssezi


  • Prev by Date: Re: Re: Annoying Maximize behaviour
  • Next by Date: Re: Utilizing the Result From Solve[]
  • Previous by thread: multipleListPlot does not seem to accept Multiple Hue commands
  • Next by thread: Re: multipleListPlot does not seem to accept Multiple Hue commands