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

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

[Octave-bug-tracker] [bug #43651] special character (diameter sign) in p


From: Rik
Subject: [Octave-bug-tracker] [bug #43651] special character (diameter sign) in plot produces warning or doesn't show up
Date: Fri, 21 Nov 2014 00:05:52 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0

Follow-up Comment #1, bug #43651 (project octave):

The FLTK toolkit has a TeX interpreter which only works for the onscreen
display of special characters.  There is a separate issue report filed about
the wish to extend the TeX interpreter to printed characters.

As for gnuplot, it does work just fine for me on a Linux PC and for you on a
different installation.

I would suggest starting by finding out which gnuplot version is being used. 
Another key is the font that is being used.  You might try setting it to
something you know exists on your computer and has the correct glyph (Unicode
2298 Circled Division Slash).

For example, I don't get an error if I use the default font for gnuplot.  But,
I do if I use a named font.

octave:1> graphics_toolkit gnuplot
octave:2> text (0.5,0.5, 'A \0 B', 'fontname', '*')
octave:3> text (0.5,0.5, 'A \0 B', 'fontname', 'arial')
warning: ft_render: skipping missing glyph for character '2298'
warning: ft_render: skipping missing glyph for character '2298'



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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