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: Thu, 24 Sep 2015 12:50:02 +0200

On Thu, Sep 24, 2015 at 5:50 AM, nuncio m <address@hidden> wrote:
> Hi,
> Actually I don't want a text but an arrow indicating how the vectors are
> scaled.
> Thanks
> Nuncio
>
> On 23 Sep 2015 5:19 pm, "Juan Pablo Carbajal" <address@hidden> wrote:
>>
>> 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")

Please do not answer to the people directly but to the mailing list.

Could you provide an example of what you would like as a result? Then
we can think of octave code that would do it.



reply via email to

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