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

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

[Octave-bug-tracker] [bug #53535] print with eps driver should use '-tig


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #53535] print with eps driver should use '-tight' bbox by default for Matlab compatibility
Date: Thu, 19 Apr 2018 23:56:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36

Follow-up Comment #6, bug #53535 (project octave):

I missed your comment below:

===========================
However, the loose option is used to set a different option in
__print_parse_opts__.m.


    if (arg_st.formatted_for_printing)
      arg_st.ghostscript.epscrop = ! arg_st.loose;
    else
      ## pstoedit throws errors if the EPS file isn't cropped
      arg_st.ghostscript.epscrop = true;
    endif


I'm not sure why there are two options and whether they can be safely
collapsed in to one.
============================

This (-loose) is not documented, but also appears only to apply to EPS.
And, it is unclear what if anything it does.

So, my previous comment still applies. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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