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

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

[Octave-bug-tracker] [bug #60131] problem with pbaspect or daspect


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #60131] problem with pbaspect or daspect
Date: Sat, 27 Feb 2021 18:27:25 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0

Update of bug #60131 (project octave):

                Category:         Octave Function => Plotting               
              Item Group: Unexpected Error or Warning => Incorrect Result     
 
                  Status:                    None => Confirmed              
                 Release:                   5.2.0 => 6.2.0                  

    _______________________________________________________

Follow-up Comment #3:

Without the ymat, zmat, and yi variables, your original example cannot be
reproduced. I think the following example exhibits the same problem:


[X, Y] = meshgrid (-1:0.1:1);
Z = (X.^2 + Y.^2).^0.5;
[c,h] = contourf (X, Y, Z, 0:0.05:1);
colorbar;
pbaspect ([2 1 1]); 
ylim ([-0.8 0.8]);
clabel (c, h);


The text objects that are used for the labels have their "clipping" property
"off" (the default). This means that the label is still visible even when its
position is outside the axes boundaries.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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