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

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

[Octave-bug-tracker] [bug #60120] Print of a figure has incorrect xtick/


From: Rik
Subject: [Octave-bug-tracker] [bug #60120] Print of a figure has incorrect xtick/xtick label output (overlayed)
Date: Fri, 26 Feb 2021 17:16:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Follow-up Comment #3, bug #60120 (project octave):

As another intermediate solution, I had even better luck printing to SVG
format, and then using an SVG editor such as Inkscape to make any touch-ups to
the figure before exporting that modified plot as a PNG file.  Be warned,
however, that it takes a very long time.


octave:1> hgload Figure1_Octave_Native.ofig 
octave:2> tic; print ('tst.svg'); toc
Elapsed time is 80.3108 seconds.


The issue that I noticed was that the bounding box for the legend was slightly
undersized.  In an SVG editor it was trivial to expand the rectangle behind
the legend text.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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