Re: Plotting max point. [message #79056] |
Mon, 30 January 2012 13:41  |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
On Jan 30, 11:42 am, David Fanning <n...@idlcoyote.com> wrote:
> shambhu writes:
> The fellow who drove as we car-pooled to Utah together
> didn't have the faintest idea how to get to the place
> we were going! Didn't even know the name of the town or
> the hotel. Even forgot his swimsuit and had to dive
> in his underwear. Sigh...
I think traveling is so easy these days that people forget that it
actually takes work to do it right.
Craig
|
|
|
|
Re: Plotting max point. [message #79148 is a reply to message #79064] |
Mon, 30 January 2012 20:30  |
shambhu
Messages: 41 Registered: December 2011
|
Member |
|
|
Hi david,
I did't get those lines which you wrote :)
Ok, i had worked on one .nc file, which is of 4D. When playing with
that file i tried like below.
1. a=max(lon)
2. print,a --> a value 144
3. b=max(lat)
4. print,b --> b value 0
5. plot,lon,lat
6. oplot,lon[144:144],lat[0:0],psym=2
i got one single point on (144,0).
But, now i have data of 1D. I took it from excel sheet, using macros.
Now that range is not working for me.
--
cheers
|
|
|
|