|
[Date Index]
[Thread Index]
[Author Index]
Re: Highlighting data sections with a different
- To: mathgroup at smc.vnet.net
- Subject: [mg102425] Re: [mg102404] Highlighting data sections with a different
- From: Tomas Garza <tgarza10 at msn.com>
- Date: Sun, 9 Aug 2009 06:04:13 -0400 (EDT)
- References: <200908080837.EAA01246@smc.vnet.net>
Hello,
Perhaps something like this?
Plot[Sin[x],{x,0,2 Pi},Prolog->{LightBlue,Rectangle[{1,-1},{1.5,1}]}]
Tomas
> Date: Sat, 8 Aug 2009 04:37:58 -0400
> From: hayes.tyler at gmail.com
> Subject: [mg102404] Highlighting data sections with a different backgroun=
d colour
> To: mathgroup at smc.vnet.net
>
> Hello All:
>
> I was wondering if someone could point me in the right direction on
> how to shade the background of certain regions on a plot. More
> specifically, I am interested in using DateListPlot and FinancialData
> to produce a similar economic chart as "Chart 2" found here:
>
> http://www.economicsnapshots.com/archives/2006/snap20060705.htm
>
> I've thought of using both "Filling" and/or "BackGround" but frankly
> have gotten nowhere. Any hints on how to approach this?
>
> Cheers,
>
> t.
>
Prev by Date:
iterative convolution, discret convolution N times of the same
Next by Date:
Re: Error in FractionalPart?
Previous by thread:
Highlighting data sections with a different background colour
Next by thread:
Re: Re: Highlighting data sections with a
|