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

Home » Public Forums » archive » Re: Earth Symbol
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: Earth Symbol [message #75459] Mon, 14 March 2011 09:31 Go to previous message
Michael Galloy is currently offline  Michael Galloy
Messages: 1114
Registered: April 2006
Senior Member
On 3/14/11 9:19 AM, Chris Torrence wrote:
> I assume you are using direct graphics? If so, I'm not sure what the
> problem is with your fonts. I am able to use the "!20S!3" in both the
> plot title and xyouts, using either a direct graphics window or sent
> to a postscript file. I am on a Win32 box.
>
> The "$\oplus$" (along with the other LaTeX commands) is only available
> for new graphics. For example:
>
> x = FINDGEN(10)
> y = RANDOMU(s,10)
> p = PLOT(x, y, TITLE="$\oplus$")
> ; To get the other planets (and the Sun!) you need to use a Unicode
> font:
> t = TEXT(5,0.5,"$\Earth \Sun \Saturn$", /DATA, FONT_NAME='Arial
> Unicode MS')

Well, you can use the new LaTeX commands with direct graphics if you use
the new TEX2IDL routine distributed with IDL 8.0:

IDL> xyouts, 0.5, 0.5, charsize=5., /normal, tex2idl('$\oplus$'), font=1

Mike
--
www.michaelgalloy.com
Research Mathematician
Tech-X Corporation
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Coyote help
Next Topic: all combinations from two lists

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

Current Time: Sat Oct 11 11:26:42 PDT 2025

Total time taken to generate the page: 0.24355 seconds