| Re: multiple sign in postscript output in direct graphics [message #88030 is a reply to message #88023] |
Wed, 12 March 2014 21:04   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Phillip Bitzer writes:
> OK, I'm digging up I'm an old thread, but, I'm still getting something odd:
>
> set_plot,'ps'
> !p.font = 0
> Plot, dist(10), XTITLE='r (cm)', YTITLE='Awesomeness', YRANGE=[0, 3d4]
> device,/close
>
> I don't know, it looks like Greek to me :-)
>
> Setting the font to one gives the correct y title.
>
> Using Coyote Graphics gives me something even goofier:
>
> cgPS_OPEN, file='test.png'
> cgPlot, dist(10), XTITLE='r (cm)', YTITLE='Awesomeness', YRANGE=[0, 3d4]
> cgPS_CLOSE
>
> Again, specifying FONT=1 in the call to cgPS_OPEN fixes things.
>
> I've filed a request for technical support, BTW.
*What* looks like Greek? Everything looks pretty normal to me. :-(
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
|