MathGroup Archive 2011

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

Search the Archive

Multiple Styles

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120613] Multiple Styles
  • From: ace55555 <yeivanye at gmail.com>
  • Date: Sun, 31 Jul 2011 07:25:07 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

I am trying to change both the thickness and color of four parametric curves using PlotStyle. However, I either get the thickness or the colors to work but not both. I tried two different lines of code at the end of ParametricPlot3D:
..,PlotStyle -> {{RGBColor[1,0,0]},{RGBColor[0,1,0]},{RGBColor[0,0,1]},{RGBColor[0,0,0]}},PlotStyle -> {Thickness[0.01]}
..,PlotStyle -> {{RGBColor[1,0,0]},{RGBColor[0,1,0]},{RGBColor[0,0,1]},{RGBColor[0,0,0]},{Thickness[0.01]}}
It would be deeply appreciated if someone could help me on this matter. Thanks.




  • Prev by Date: Re: Pie Chart - Labeled Input
  • Next by Date: The Largest subscript-known prime number Prime[n]
  • Previous by thread: Re: Feature idea (may already be there)
  • Next by thread: Re: Multiple Styles