Overlaying multiple plots on top of map [message #78293] |
Fri, 04 November 2011 15:26  |
Axel[1]
Messages: 10 Registered: January 2011
|
Junior Member |
|
|
Hi,
I am trying to figure out how to overlay multiple plots on top of a
map. To be specific, I would like to display a wind rose in a number
of locations. To do this, it seems like I have to first establish the
map projection and then create separate plots at various locations of
the map. Using plot,/noerase lets me overplot onto of the map, but I
can't figure out how to control the position. I've thought about just
generating the wind roses separately and then inserting them as
bitmaps into an image of the map, but that seems a bit clumsy.
An example for what I'm looking to do is here: http://www.ipcc.ch/graphics/syr/fig2-5.jpg
Any suggestions
Thanks
Axel
|
|
|
|
|
Re: Overlaying multiple plots on top of map [message #87429 is a reply to message #87427] |
Sat, 01 February 2014 15:22  |
Phillip Bitzer
Messages: 223 Registered: June 2006
|
Senior Member |
|
|
On Saturday, February 1, 2014 6:59:33 AM UTC-6, David Fanning wrote:
> mkrishnapriya11 writes:
>
>
>
>> I want to plot a number of data sets as depth in y-axis and time in X-axis. In which unavailable data should be shown like putting a gap or giving a colour in that portion only.... I just plot it many times but there is a problem with time axis. It comes as time steps only. but I want month and year.... Can u help me to resolve this problem....
>
>
>
> Putting a gap in a plot should be done automatically by the plot command
>
> if the missing data is represented by NaNs.
If you need to put NaNs in the data, you might want to check out Craig's GAPNAN procedure:
http://cow.physics.wisc.edu/~craigm/idl/down/gapnan.pro
|
|
|