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

Home » Public Forums » archive » Re: fontsize
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: fontsize [message #35125 is a reply to message #35124] Tue, 20 May 2003 21:05 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Tomson (tom2959@21cn.com) writes:

> You are right. But not this one:
>
>
> pro t00
> thisDev = !D.Name
> Set_Plot, 'PS'
> !P.Multi=[0,5,2]
> Device, Set_Font='Helvetica', Font_Size=10, /TT_Font, File = 'test_1.ps'
> Plot, findgen(11), Font=1, XTitle='This is a long X title', $
> YTitle='This is a much longer Y title'
> Device, /Close

Humm. I guess so.

Well, in that case you are going to have to figure out
all the !P.Multi stuff by hand and put your plots on
the page by using the POSITION keyword and NOERASE, where
appropriate.

thisDev = !D.Name
!P.Multi=0
Set_Plot, 'ps'
Device, Set_Font='Helvetica', Font_Size=10, /tt_font
Plot, findgen(11), Position=[0.052, 0.546, 0.184, 0.976], $
Font=1, XTitle='This is a long X title', $
YTitle='This is a much longer Y title'

Plot, findgen(11), Position=[0.252, 0.546, 0.384, 0.976], $
Font=1, XTitle='This is a long X title', $
YTitle='This is a much longer Y title', /NoErase
Device, /Close
Set_Plot, thisDev

Etc.

Cheers,

David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: start external application?
Next Topic: Collecting spectral signatures

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

Current Time: Wed Oct 08 19:30:19 PDT 2025

Total time taken to generate the page: 0.00983 seconds