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: anonymous
Subject: [Octave-bug-tracker] [bug #57143] print ('-tight', 'q.eps') produces no file
Date: Thu, 31 Oct 2019 06:44:20 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #4, bug #57143 (project octave):

I get

octave:5> plot (1:10)
octave:6> print -tight -debug /tmp/tight.eps
error: print.m: 'epstool' is required for specified output format, but binary
is not available in PATH
error: called from
    print>epstool at line 809 column 7
    __opengl_print__ at line 42 column 16
    print at line 710 column 16
octave:6> print -loose -debug /tmp/loose.eps
epstool command: ' cat > '/tmp/loose.eps' '
opengl-pipeline: ' cat > '/tmp/loose.eps' '


The loose one's is the bin, the tight one's not.I get

octave:5> plot (1:10)
octave:6> print -tight -debug /tmp/tight.eps
error: print.m: 'epstool' is required for specified output format, but binary
is not available in PATH
error: called from
    print>epstool at line 809 column 7
    __opengl_print__ at line 42 column 16
    print at line 710 column 16
octave:6> print -loose -debug /tmp/loose.eps
epstool command: ' cat > '/tmp/loose.eps' '
opengl-pipeline: ' cat > '/tmp/loose.eps' '


The loose one's is the bin, the tight one's not.

This is from Void, I just have the octave pkg as provided by the glibc repo,
if it matters any.

(file #47774)
    _______________________________________________________

Additional Item Attachment:

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



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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