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

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

[Octave-bug-tracker] [bug #55187] Something in the conversion from prefa


From: Rik
Subject: [Octave-bug-tracker] [bug #55187] Something in the conversion from preface.txi to preface.texi went wrong.
Date: Wed, 12 Dec 2018 14:07:29 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Follow-up Comment #16, bug #55187 (project octave):

Finally, a bit of progress.  What version of gl2ps are you using?

Also, just to confirm, what does


graphics_toolkit ()


report?

Also, try


graphics_toolkit gnuplot
plot (1:10, "o-");
print -color tstplot.eps


This should definitely produce an output.

If everything goes as expected then try printing to svg.


graphics_toolkit qt
plot (1:10, "o-");
print -color tstplot.svg


This involves a different code path through gl2ps.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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