help-octave
[Top][All Lists]
Advanced

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

Re: clabel (contour). Strange extra labels pops up.


From: Doug Stewart
Subject: Re: clabel (contour). Strange extra labels pops up.
Date: Mon, 11 Dec 2017 07:02:13 -0500



On Mon, Dec 11, 2017 at 6:31 AM, Birger Bech Jessen <address@hidden> wrote:
Octave 4.2.1.When plotting contourplot I get the relevant contours and their
labels.But in addition I get strange placed extra labels for one or two of
the contours, like the
<http://octave.1599824.n4.nabble.com/file/t340440/Contour_clabel_error.jpg>
There are NO data explaining the multiple '40's and the single '30' labels.I
have tried several versions of commands like   [cs,h]=
contour(xi,yi,zi,IsoStep); clabel(cs,h,20:5:60,'fontsize',
13,'LabelSpacing',1500); (IsoStep is different number-series like
'20;30;40;50;60'   or  20:10:60   or  20;30;50;60 or .....note: The matlab
version clabel(c)  seems not to be implemented in Octave. Would give just
one label for each contour...Just now I use the fail plot, copy to a drawing
program and hide the 'fail labels'.. not smart...



Does 
demo clabel
work for you?

Can you make the data public so that we can test with your data and program?



reply via email to

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