MathGroup Archive 2009

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

Search the Archive

Re: Changing Line Color in Plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg96092] Re: Changing Line Color in Plot
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 5 Feb 2009 04:36:35 -0500 (EST)
  • Organization: Uni Leipzig
  • References: <gmbr6k$iib$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

Manipulate[
  Plot[Sin[x], {x, 0, 2 Pi}, PlotStyle -> {color}],
  {{color, RGBColor[1, 0, 0]}, ColorSetter}
  ]

??

Regards
   Jens

Yerex, Robert wrote:
> I am trying to change the color of a line in a simple Plot of a function
> but want the color to be based on a value outside of that function. Any
> Idea?
> 
> 
> 
> Robert P. Yerex, Ph.D., MBA
> Chief Economist / Director -  Data Mining
> Kronos Incorporated
> Talent Management Division
> p: 503-596-5015
> www.kronos.com
> 
> Experts at Improving the Performance of People and Business(tm)
> 
> P Be kind to the environment, please don't print this e-mail unless
> necessary.
> 
> 


  • Prev by Date: Re: Book mathematica 6
  • Next by Date: Palettes stay behind other open windows
  • Previous by thread: Re: Changing Line Color in Plot
  • Next by thread: Re: Changing Line Color in Plot