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

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

[Octave-bug-tracker] [bug #53737] printing to svg gives error and no plo


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #53737] printing to svg gives error and no plot, gnuplot dumps core
Date: Tue, 24 Apr 2018 12:58:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #7, bug #53737 (project octave):

It looks like Octave assumes "fsize N" can be used to set the font size
independent of the font name.  But now it looks like the syntax for the svg
terminal is documented to be


font "<fontname>{,fontsize}"


where {} indicates the element is optional.  For the canvas terminal, the doc
string says


font {<fontname>}{,<fontsize>}


which appears to indicate that the name is optional?  For the x11 terminal, it
is


font <fontspec>


For epslatex it is


{font} "fontname{,fontsize}" {<fontsize>}


and pdfcairo just says


font <font>


whatever that means.

I didn't check every terminal type mentioned in __gnuplot_print__.m, but this
looks like a lot of trouble to support properly.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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