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

Home » Public Forums » archive » cgHistoplot and multiplot
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: cgHistoplot and multiplot [message #81847 is a reply to message #79820] Tue, 23 October 2012 12:33 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Davide writes:

> Sorry to say that it didn't make any change.
> BTW, these problems are particularly true with cgHistoplot (when I make other plots I solve the problem - somehow). Anywya, in the real of eps, I feel that I don't really have control on what I plot with IDL.
>
> PS_Start, Encapsulated=1, FILENAME = 'Histog_OI_Ha.eps', CHARSIZE=1, Font = -1
> multiplot,[2,1], /init
> cgHistoplot, map1[wn], BINSIZE=bs, /FREQUENCY, YRANGE= yr, YTICKFORMAT='(F4.2)', DataColor='black', /OUTLINE
> XYOUTS, .3, .8, 'Narrow', /NORMAL, CHARSIZE=2
> multiplot
> cgHistoplot, map2[wb], BINSIZE=bs, /FREQUENCY, YRANGE= yr, YTICKFORMAT='(A1)', YTITLE='', DataColor='black', /OUTLINE
> XYOUTS, .8, .8, 'Broad', /NORMAL, CHARSIZE=2
> PS_End
> !P.MULTI=0

OK, after reading how MULTIPLOT works, let's try this:

PS_Start, Encapsulated=1, FILENAME = 'Histog_OI_Ha.eps', CHARSIZE=1, Font = -1
multiplot,[2,1], /init
multiplot
cgHistoplot, map1[wn], BINSIZE=bs, /FREQUENCY, YRANGE= yr, $
YTICKFORMAT='(F4.2)', DataColor='black', /OUTLINE
XYOUTS, .3, .8, 'Narrow', /NORMAL, CHARSIZE=2
multiplot
cgHistoplot, map2[wb], BINSIZE=bs, /FREQUENCY, YRANGE= yr, $
YTICKFORMAT='(A1)', YTITLE='', DataColor='black', /OUTLINE
XYOUTS, .8, .8, 'Broad', /NORMAL, CHARSIZE=2
PS_End
!P.MULTI=0

Let me know. This works for me. If it *still* doesn't work, be
sure you are running the *latest* cgHistoplot:

http://www.idlcoyote.com/programs/cghistoplot.pro

Cheers,

David
David



--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thue. ("Perhaps thos speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Simple question in IDL, looking for solution, thank you
Next Topic: Simple question in IDL, looking for solution, thank you

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

Current Time: Wed Oct 08 18:34:10 PDT 2025

Total time taken to generate the page: 0.00461 seconds