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

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

[Octave-bug-tracker] [bug #40686] Incorrect colorbar size after "axis ti


From: Rik
Subject: [Octave-bug-tracker] [bug #40686] Incorrect colorbar size after "axis tight" or "axis equal"
Date: Thu, 24 Nov 2016 22:17:54 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #40686 (project octave):

                 Summary: Incorrect colorbar size after "axis tight" =>
Incorrect colorbar size after "axis tight" or "axis equal"

    _______________________________________________________

Follow-up Comment #4:

I think the problem is either one of 'axis square' or 'axis equal' which
affect change dataaspectratio and plotboxaspectratio.


 clf;
 [x, y, z] = peaks ();

 pcolor (x, y, z);
# axis square       # Uncomment this line or the next to see problem
 axis equal
 cb(1) = colorbar ();
 axis tight




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40686>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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