|
[Date Index]
[Thread Index]
[Author Index]
Re: multipleListPlot does not seem to accept Multiple Hue commands
- To: mathgroup at smc.vnet.net
- Subject: [mg64122] Re: multipleListPlot does not seem to accept Multiple Hue commands
- From: ggroup at sarj.ca
- Date: Thu, 2 Feb 2006 00:05:16 -0500 (EST)
- References: <drq094$mp0$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Ariel sumeruk wrote:
> Does anybody know why this does not work?
> MultipleListPlot[multiplot,PlotStyle->{Hue[0.6],Hue[0.1],Hue[0.2]}]
You need to wrap each Hue command in a list. Ie:
MultipleListPlot[multiplot,PlotStyle->{{Hue[0.6]},{Hue[0.1]},{Hue[0.2]}}]
Prev by Date:
if I open multiple files in Mathematica
Next by Date:
Personal Grid Edition and quad processor Mac
Previous by thread:
Re: multipleListPlot does not seem to accept Multiple Hue commands
Next by thread:
Re: multipleListPlot does not seem to accept Multiple Hue commands
|