help-octave
[Top][All Lists]
Advanced

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

vector legend for quiver plot


From: nuncio m
Subject: vector legend for quiver plot
Date: Wed, 23 Sep 2015 16:28:53 +0530

HI all,
         Is it possible to draw a vector legend for a quiver plot
attaching the script used

data="">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


reply via email to

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