help-octave
[Top][All Lists]
Advanced

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

Re: Umlauts (or other 'special' characters) in plots?


From: youtwistedmymelonman
Subject: Re: Umlauts (or other 'special' characters) in plots?
Date: Sun, 26 Oct 2008 04:45:55 -0700 (PDT)



Thomas Ilnseher-2 wrote:
> 
>  
> function my_xlabel(utf8_string)
>       [exit iso8859_string]=system(["echo '" utf8_string "'| iconv
> --from-code=UTF-8 --to-code=ISO-8859-15"], 1);
>       xlabel(iso8859_string);
> end
> 
> 

Your solution works like a charm in a plot generated from Octave...but when
you generate an .eps file

print("fileName","-depsc2")

the special characters don't show up well in the output file (they show up
as other symbols or don't show up at all).
My problem is that I need to write some accents in the plots: í, é...
Any idea, suggestion...?
I'm using octave 3.0.2

Greetings.

Manuel.
-- 
View this message in context: 
http://www.nabble.com/Umlauts-%28or-other-%27special%27-characters%29-in-plots--tp14172878p20172573.html
Sent from the Octave - General mailing list archive at Nabble.com.




reply via email to

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