|
Re: areas with 'hatching' in plots? [message #64149 is a reply to message #64143] |
Wed, 03 December 2008 06:20  |
Jean H.
Messages: 472 Registered: July 2006
|
Senior Member |
|
|
julia.walterspiel@gmail.com wrote:
> hey folks
>
> i was wondering if there was a way in IDL to "highlight" some areas in
> a 2D plot.
> I have a time series where I want to highlight the time between e.g.
> 7am and 8am for easier interpretation of the plot.
>
> I guess there IS a way to do that, I just don't know it.. :)
> cheers
> juls
1) display your plot
2) overplot part of it, in a different color.
You have to find yourself what to overplot...
If you have hourly data, it's fairly easy, just subscript the original
data. If not, you will have to add points to your data set, at the
correct time. It's fairly easy to do...
Jean
|
|
|
|