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

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

[Octave-bug-tracker] [bug #62873] text in contourf is not well readable


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #62873] text in contourf is not well readable
Date: Mon, 8 Aug 2022 13:55:42 -0400 (EDT)

Update of bug #62873 (project octave):

                Severity:              3 - Normal => 2 - Minor              
                Priority:              5 - Normal => 3 - Low                
              Item Group:                    None => Other                  
                  Status:                    None => Confirmed              
                 Release:                   7.1.0 => 7.2.0                  

    _______________________________________________________

Follow-up Comment #1:

comparing results from octave and matlab using a test case:


[x,y,z] = peaks;
[C,h] = contour(x,y,z,[-8:2:8]);
clabel(C,h);


produces the attached image comparing Octave 7.2.0 and Matlab 2022a.

Octave's is definitely less legible. note that matlab breaks the lines behind
the numbers, and the font size defaults larger. the brighter colormap probably
helps contrast a bit as well. 

Also, note that without specifying the levels with the [-8:2:8], octave did
not choose integer spaced levels making the labels much longer text strings.
(2nd image attached)


(file #53545, file #53546)

    _______________________________________________________

Additional Item Attachment:

File name: clabel_comparison.png          Size:70 KB
    <https://file.savannah.gnu.org/file/clabel_comparison.png?file_id=53545>

File name: clevel_nolevelsspecified.png   Size:138 KB
   
<https://file.savannah.gnu.org/file/clevel_nolevelsspecified.png?file_id=53546>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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