help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vector legend for quiver plot


From: Juan Pablo Carbajal
Subject: Re: vector legend for quiver plot
Date: Wed, 23 Sep 2015 13:49:54 +0200

On Wed, Sep 23, 2015 at 12:58 PM, nuncio m <address@hidden> wrote:
> HI all,
>          Is it possible to draw a vector legend for a quiver plot
> attaching the script used
>
> data=load('data.txt')
> xx=data(:,1);
> zz=data(:,2);
> uu=data(:,3);
> vv=data(:,4);
> ww=data(:,5);
> quiver(xx,zz,uu,vv);
> axis("tic","labely");
> print -deps -color test.eps
>
> THanks and regards
> nuncio
> --
> Nuncio.M
> Scientist
> National Center for Antarctic and Ocean research
> Head land Sada
> Vasco da Gamma
> Goa-403804
> ph off 91 832 2525636
> ph: cell 91 9890357423
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave
>

It seems legend is not working with quiver. Could you fill a bug
report with a mininal example?
A workaround would be to use the function "text"

text (x,y,"Label")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]