octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #63213] Contour plots erroneous labels


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #63213] Contour plots erroneous labels
Date: Sun, 16 Oct 2022 15:40:52 -0400 (EDT)

Follow-up Comment #9, bug #63213 (project octave):

I verified that the patch fix the problem for me and did not break 
demos. More over it also fixed the problem of labels running over y-axis in
the code:

[xx, yy] = meshgrid (linspace (-10, 10, 25));
zz = yy;
[c,h]=contour(xx,yy,zz);
hl = clabel(c, h);



See attached. Left image from patched (dev), left - from original
(stable).

Dmitri.
-- 
 

(file #53866)

    _______________________________________________________

Additional Item Attachment:

File name: clabel_fix.png                 Size:50 KB
    <https://file.savannah.gnu.org/file/clabel_fix.png?file_id=53866>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63213>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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