Re: non-English language [message #83506 is a reply to message #83435] |
Thu, 07 March 2013 14:03   |
Paul Van Delst[1]
Messages: 1157 Registered: April 2002
|
Senior Member |
|
|
This works for me:
IDL> x=dindgen(100)/10.0d
IDL> y=x^2
IDL> plot, x, y, title='!16 This is the title',charsize=3.0
The title of the above is definitely in Cyrillic characters. The mapping
of character->meaning is undoubtedly wrong, but at least you have access
to the character set.
cheers,
paulv
p.s. I'm amazed it worked, actually. I would've thought IDL would have
switched to Hershey font #1.
On 03/07/13 14:59, Katya wrote:
> On Thursday, March 7, 2013 1:44:08 PM UTC+2, Katya wrote:
>> Hello everyone!
>>
>>
>>
>> I need to annotate plots in my Russian language but I can't figure out how to make it properly. I would appreciate any advice or suggestion.
>>
>>
>>
>> Thank you,
>>
>> Katya
>
> Nothing helps... i'm in despair. I wish I knew is it possible at all.
|
|
|