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

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

[Octave-bug-tracker] [bug #57143] print ('-tight', 'q.eps') produces no


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #57143] print ('-tight', 'q.eps') produces no file
Date: Wed, 30 Oct 2019 11:30:51 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Update of bug #57143 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

There are already a couple of know issues about the -tight option (at least
bug #55723 and bug #56289). To determine if your problem is already reported,
we'll need some more info:

* What graphics toolkit are you using?
* You marked this bug as affecting any OS. Did you try on several different
OSs?

In any event, you can tweak the figure to change the margins using the hidden
axes property "looseinset", e.g.:


plot (1:10)
set (gca, "looseinset", [0.02 0.02 0.02 0.02])
print toto.eps


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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