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 #35123 is a reply to message #35120] Wed, 21 May 2003 00:24 Go to previous messageGo to previous message
tomson is currently offline  tomson
Messages: 39
Registered: March 2003
Member
I find if m or n greater than 2 in!p.multi=[0,m,n], the fontsize is not what
I want
.

"David Fanning" <david@dfanning.com> д����Ϣ����
:MPG.1934a8f4a782b00f989baa@news.frii.com...
> 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:21:01 PDT 2025

Total time taken to generate the page: 0.00415 seconds