Re: questions regarding using cgWindow, cgLoadCT, and something else [message #78207 is a reply to message #78109] |
Thu, 27 October 2011 15:59   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Bill Murong writes:
> About the PS font problem, you can find a figure converted from a ps file from
>
> https://lh4.googleusercontent.com/-NKlI5Se06t0/TqnN3NYCkRI/A AAAAAAAABU/2xbcSNP1zRA/s800/ps.jpg
>
> The corresponding command to generate the figure is:
>
> cgplot, [1e-10, 1], /ystyle, /ylog, ytickv = [6e-9, 7e-4], yticks = 1, /window
>
> and then save the window as jpeg via ImageMagick. You can note the tick marks of y axis are not displayed correctly. There is no problem with the Heyshey font or TrueType fonts.
This will work for your original question:
t = ['6x10!A-4!x', '7x10!A-4!x']
cgplot, [1e-10, 1], /ystyle, /ylog, ytickv = [6e-9, 7e-4], $
yticks = 1, ytickname=t, /window
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|