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

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

[Octave-bug-tracker] [bug #56911] 'print' produces zoomed images when 'p


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #56911] 'print' produces zoomed images when 'paperposition' is changed
Date: Tue, 17 Sep 2019 11:36:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Update of bug #56911 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:                    None => Confirmed              
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed. When you change the "position" property of the axes, it will also
switch the "activepositionproperty" to "position". Then the "print" function,
which needs to resize the figure, will mess up the layout. The workaround is
to reset the "activepositionproperty" after changing the "position" property:


...
set(h_a, 'position', [ap(1), ap(2), 1 - 0.025 - ap(1), ap(4)], ...
    "activepositionproperty", "outerposition");
...


Can you confirm this fixes the issue? If so, I'll try to modify print.m along
those lines.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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