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

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

[Octave-bug-tracker] [bug #44187] Bugs and modifications in print() with


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #44187] Bugs and modifications in print() with gnuplot graphics toolkit
Date: Sun, 02 Aug 2015 18:12:31 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/600.7.12 (KHTML, like Gecko) Version/8.0.7 Safari/600.7.12

Follow-up Comment #30, bug #44187 (project octave):

Daniel,

The demo's for print() are a nice addition. Unfortunately, most of them fail
for me because the demo script is determining the applications which are to be
associated with the file types and the applications hard-coded into the demo
script do not exist on MacOS X.

On Mac OS X the shell command "open <filename.suffix>" is able to handle files
with suffixes of pdf, ps, png, jpg, html, etc.

The changeset can be adapted by adding

%! if (ismac ())
%!   bitviewer = "open";
%!   psviewr = "open";
%!   pdfviewer = "open";
%!   htmlviewer = "open";
%! endif

just before setting the devlist in print.m.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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