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

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

[Octave-bug-tracker] [bug #53197] Size of svg output is 75% of PaperPosi


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #53197] Size of svg output is 75% of PaperPosition value
Date: Thu, 22 Feb 2018 18:16:49 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36

Follow-up Comment #9, bug #53197 (project octave):

@Pantxo: Just for information, when I need PDF plots for
publication I use:
  print (outfile, "-color", "-tight");
  cropcmd = ["pdfcrop " outfile " " outfile];
  system(cropcmd);
where outfile is the xxx.pdf.

This is the only way I could find to get output
which has a BB which just bounds the plot. Note that
-tight does not do it, and is surely unnecessary since
pdfcrop does what is needed.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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