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

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

[Octave-bug-tracker] [bug #49031] Axes "position" wrong after "axis equa


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #49031] Axes "position" wrong after "axis equal"
Date: Fri, 9 Sep 2016 09:22:48 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #5, bug #49031 (project octave):

The problem might be that "plotboxaspectratio" cannot be set or is overwritten
each time it is set (in graphics.cc?).

hax = axes ();
get (hax, 'plotboxaspectratio')
get (hax, 'plotboxaspectratiomode')
image (rand (3, 10))
axis equal
get (hax, 'plotboxaspectratio')
get (hax, 'plotboxaspectratiomode')
set (hax, 'plotboxaspectratio', [1 1 1])
get (hax, 'plotboxaspectratio')
get (hax, 'plotboxaspectratiomode')


Setting the "plotboxaspectratio" is ignored even if "plotboxaspectratiomode"
is correctly set to "manual".

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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