[Thread Prev][Thread Next][Index]
Re: [ferret_users] plotting vector time series at a point
- To: mick spillane <mick.spillane@xxxxxxxx>
- Subject: Re: [ferret_users] plotting vector time series at a point
- From: Paulo Santiago <paulohsm@xxxxxxxxx>
- Date: Mon, 16 Mar 2009 12:45:48 -0300
- Cc: ferret_users@xxxxxxxx, ferret_users_br@xxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=n5TIY4A8ueK5PwZ1uPuBFHBWTezFdzCRPFX8c8/iIiM=; b=tOrLe6j9u2WRicSfZqrsb3f5BJCJ7DHLvaKWUb8wEaEOJ8zvgJHrSD7YIWRSc803OJ Wo0kZhA4zWU6r0yb9uB6weId41XHeEokx2S1tIhQ+cPBViTVHB7pd6/DePYMMyWxk1Rp chCAuLaxpsOIuRPOdGsz5uBef9B+J7Xziso2c=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gbeA03utQ9sfq3u9cm9WNGVeAcLyTs56Bhv1hBXdL2ek6S6lzvIl3q88g9ALWBkauN AGwsScR2QmHWIjj1QpAKqWxGdhNr6tkCqAJ6y4p9tFDGZ15IAB1RkJ4swYVrXvETZY3S 0uGDwIAU0QNQarX05uMEtvF/MzAWTKekPtXVE=
- In-reply-to: <49BE6448.1000505@xxxxxxxx>
- References: <3a8895d20903160409k2e1f0c10l8a64ae7bbd5cb85b@xxxxxxxxxxxxxx> <49BE6448.1000505@xxxxxxxx>
- Sender: owner-ferret_users@xxxxxxxx
Hi Mick,
For a long time I'd been looking for a way to plot vector time series using Ferret, and I always find this same answer.
I like the result we obtain with the commands you explained. However, I would like to get arrows or wind barbs in place of simple sticks.
Is there a way to get it?
Cheers,
Paulo Santiago
2009/3/16 mick spillane
<mick.spillane@xxxxxxxx>
Hi Naveen,
The "ppl plotuv" command is good for this purpose though there are other ways. It works by setting up a pair of
simple line plots (plot/set u,v) then using ppl plotuv to actually draw the "barbless" arrows which is what people usually want.
! demo of barbless vector time series at a point
set view upper
def axis/t=1-jan-2009:31-dec-2009:1/units=days/t0=1-jan-2009 tax
let uwnd=randu(t[gt=tax]) ; let vwnd=randn(t[gt=tax]) plot/nolab/set uwnd,vwnd
ppl plotuv
! verify with a u,u plot that the arrows are aligned at 45deg
set view lower ; plot/nolab/set uwnd,uwnd ; ppl plotuv
Good luck,
Mick
----------
Naveen Shahi wrote:
Dear all,
Actually i am trying for vector plot of uwnd,vwnd
at a particular lat,lon for the whole year.
how can i plot it.
with warm regards,
--
Paulo Henrique Santiago de Maria
[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce /
NOAA /
OAR /
PMEL /
TMAP
Privacy Policy | Disclaimer | Accessibility Statement