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

Home » Public Forums » archive » OVERPLOT HISTOGRAM
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
OVERPLOT HISTOGRAM [message #92045] Fri, 02 October 2015 21:59 Go to next message
joyrles1996 is currently offline  joyrles1996
Messages: 27
Registered: August 2015
Junior Member
HI FOLKS.
I WANT SUPERIMPOSED A PLOT IN A HISTOGRAM, BUT WHEN I TRY, ONE OF GRAPHICS disappear.
date=julday(month_sf(*), day_sf(*),year_sf(*))
jd=julday(mm, day, year)
index=where(dur gt 6, count)
date_label = LABEL_DATE(DATE_FORMAT = ['%Y'])

cgHistoplot, year(index), BINSIZE=1.0, PSYM=10, /FILL, POLYCOLOR=['WHITE', 'WHITE'],yTITLE = 'OcorrĂȘncia de noites nubladas',/XSTYLE,$
XTICKFORMAT = 'LABEL_DATE', $
XTICKUNITS = 'YEARS',$
XTICKINTERVAL = 1, XRANGE=[MIN(JD),MAX(JD)]
AXIS, YAXIS=1, /SAVE
OPLOT, DATE, SOLAR_FLUX

CAN YOU HELP ME?

DATE IS DIFFERENT JD.
Re: OVERPLOT HISTOGRAM [message #92046 is a reply to message #92045] Fri, 02 October 2015 22:15 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Joyrles Fernandes writes:

> I WANT SUPERIMPOSED A PLOT IN A HISTOGRAM, BUT WHEN I TRY, ONE OF GRAPHICS disappear.
> date=julday(month_sf(*), day_sf(*),year_sf(*))
> jd=julday(mm, day, year)
> index=where(dur gt 6, count)
> date_label = LABEL_DATE(DATE_FORMAT = ['%Y'])
>
> cgHistoplot, year(index), BINSIZE=1.0, PSYM=10, /FILL, POLYCOLOR=['WHITE', 'WHITE'],yTITLE = 'OcorrĂȘncia de noites nubladas',/XSTYLE,$
> XTICKFORMAT = 'LABEL_DATE', $
> XTICKUNITS = 'YEARS',$
> XTICKINTERVAL = 1, XRANGE=[MIN(JD),MAX(JD)]
> AXIS, YAXIS=1, /SAVE
> OPLOT, DATE, SOLAR_FLUX
>
> CAN YOU HELP ME?

Not with this kind of information. No. :-)

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.")
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: How do you using the IDL to add a straight line of 45 degrees inclination to scatter plot of the square?
Next Topic: cgstretch.....

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

Current Time: Wed Oct 08 07:14:27 PDT 2025

Total time taken to generate the page: 0.00426 seconds