help-octave
[Top][All Lists]
Advanced

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

Re: How to add non-English characters to figures


From: Juan Pablo Carbajal
Subject: Re: How to add non-English characters to figures
Date: Mon, 5 Dec 2011 08:24:18 +0100

2011/12/5 Weipeng He <address@hidden>:
> I want to add a Chinese title or other labels to a figure. Commands are like
>
> title("标题“)
> text(0,0,"标签”)
>
> However, I get only garbled characters on the figure with the following
> warning
>
> warning: ft_render: skipping missing glyph for character `�'
>
> Is there any solution I can get it work?
>
> Thanks~
>
>
> Some additional information:
>
> Octave Version is 3.4.3
> graphics_toolkit is gnu-plot
> System is Fedora 15
>
>
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>

If it is only a few figures you could produce an SVG output and add
the labels with Inkscape, manually.

Otherwise you could try to use psfrag in Latex and replace placeholder
labels like "LabelX", "Title", "LabelY" with your characters.

-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

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