comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » non-English language
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: non-English language [message #83520 is a reply to message #83435] Thu, 07 March 2013 08:27 Go to previous message
chris_torrence@NOSPAM is currently offline  chris_torrence@NOSPAM
Messages: 528
Registered: March 2007
Senior Member
On Thursday, March 7, 2013 4:44:08 AM UTC-7, 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

Hi Katya,

If you are using new graphics, you can just use Unicode characters directly in your text, like this:

y = RANDOMU(seed,100)
p=PLOT(y, TITLE='$\U(0410,0411,0412)$')
t=TEXT(0.1,0.95, '$\U(0413,0414,0415,0416)$')

Or, if you have a font which contains the Cyrillic characters in their ASCII locations, then you can just use ASCII characters and change the font, like this:

p=PLOT(y, TITLE='ABCDEFG', FONT_NAME='Cyrillic')

(You will need to determine the correct font name.)

Good luck!

-Chris
ExelisVIS
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: image-convolution
Next Topic: Re: image-convolution

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 15:24:44 PDT 2025

Total time taken to generate the page: 0.64217 seconds