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

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

[Octave-bug-tracker] [bug #52940] Regression with "PaperPosition" and pr


From: Rik
Subject: [Octave-bug-tracker] [bug #52940] Regression with "PaperPosition" and printing
Date: Sun, 28 Jan 2018 22:13:56 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #37, bug #52940 (project octave):

colorbar() is not really a problem.  There are already listeners on the axes
that do the job:


addlistener (hax, "dataaspectratio", address@hidden, hcb, props});
addlistener (hax, "dataaspectratiomode", address@hidden, ...
                                          hcb, props});
addlistener (hax, "plotboxaspectratio", address@hidden, hcb, props});
addlistener (hax, "plotboxaspectratiomode", address@hidden, ...
                                             hcb, props});
addlistener (hax, "position", address@hidden, hcb, props});


I have re-written a lot of colorbar and legend for the 3.4.0 release, but
legend still needs a listener on position.  The reason I haven't done it is
because legend itself will need a lot of re-writing.  Frankly, I grew tired
and daunted by the amount of work there.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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