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

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

[Octave-bug-tracker] [bug #58902] Colorbar disappears on print with pdfl


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #58902] Colorbar disappears on print with pdflatex device
Date: Wed, 5 Aug 2020 09:45:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Update of bug #58902 (project octave):

              Item Group:                    None => Incorrect Result       
                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Thanks for your report. I cannot reproduce the incorrect size of the colorbar
image but I can confirm the ylabel disappearing. The latter is a known issue:
colorbar changes the activepositionproperty of the axes. You can workaround
this bug by changing the property back to "outerposition" before printing:


...
set (gca, "activepositionproperty", "outerposition")
print("settling-times", "-dpdflatexstandalone");


As for the first reported problem (wrong scale for the colorbar image), I used
to observe the same issue with old versions of gl2ps, but it was fixed in
gl2ps 1.3.8 or 1.3.9. Are you using an old gl2ps?

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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