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: Thu, 31 Oct 2019 06:23:22 -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):

                Category:         Octave Function => Plotting with OpenGL   
                  Status:               Need Info => Works For Me           

    _______________________________________________________

Follow-up Comment #3:

Yes, "looseinset" is a hidden property. It is used by internal functions and
you should normally not have to play with it, it is even discouraged, unless
you know what you are doing.

Could you run the script below with the hidden option (again :-))  "-debug" so
that we can eventually see what is going wrong:


plot (1:10)
print -tight -debug /tmp/tight.eps
print -loose -debug /tmp/loose.eps


For me this produces two files which I attached, and the following outputs on
stdout:


>> plot (1:10)
>> print -tight -debug /tmp/tight.eps
epstool command: 'cat > /tmp/oct-EPwBgs.eps ; /usr/bin/epstool --quiet --copy
--bbox /tmp/oct-EPwBgs.eps '/tmp/tight.eps'  ; rm /tmp/oct-EPwBgs.eps '
opengl-pipeline: 'cat > /tmp/oct-EPwBgs.eps ; /usr/bin/epstool --quiet --copy
--bbox /tmp/oct-EPwBgs.eps '/tmp/tight.eps'  ; rm /tmp/oct-EPwBgs.eps '
>> print -loose -debug /tmp/loose.eps
epstool command: ' cat > '/tmp/loose.eps' '
opengl-pipeline: ' cat > '/tmp/loose.eps' '


I attached the resulting files, obtained on debian stretch with self compiled
Octave 5.1.

(file #47772, file #47773)
    _______________________________________________________

Additional Item Attachment:

File name: loose.eps                      Size:7 KB
    <https://savannah.gnu.org/file/loose.eps?file_id=47772>

File name: tight.eps                      Size:7 KB
    <https://savannah.gnu.org/file/tight.eps?file_id=47773>



    _______________________________________________________

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]