|
|
|
plot_altitude(tToday,
lSunAltitude,
lDateISO8601,
sFilename,
sBackgroundColor,
lSunAltitude2=None)
Plot the altitude of the sun during a year. |
source code
|
|
|
__draw_today_sun(tToday,
fSunriseTime,
fSunsetTime)
Add information about current day on the graphics of sunset and
sunrise. |
source code
|
|
|
__draw_today(tToday,
fTodayValue,
sLabel,
fMiddleOfGraph)
Draw a line in the graphic for the value of the current day. |
source code
|
|
|
plot_sunset_sunrise(lSunrise,
lSunset,
lDaylength,
lDateISO8601,
sFilename,
tToday,
sBackgroundColor,
lSunrise2=None,
lSunset2=None,
lDaylength2=None)
Plot the sunset and the sunrise of one year. |
source code
|
|
|
plot_monthly(lMonthLight,
sFilename)
DEPRECATED Plot a graphical with total hour of light for each month. |
source code
|
|
|
draw_sunrise_sunset(npSunrise,
npSunset,
npSunTime,
nIndiceStartSunrise,
nIndiceEndSunrise,
nIndiceStartSunset,
nIndiceEndSunset,
lDateISO8601,
sLty=' solid ' ,
sColorSunrise=' orange ' ,
sColorSunset=' red ' ,
sColorTotalTime=' blue ' )
Draw sunrise and sunset lines on the graphics. |
source code
|
|
|
plot_daylight_differences(lSunrise1,
lSunset1,
lDaylength1,
lDateISO8601,
sFilename,
tToday,
sBackgroundColor,
lSunrise2=None,
lSunset2=None,
lDaylength2=None)
Plot the difference of daylight time between consecutive days. |
source code
|
|
|
plot_max_solar_flux(lDateISO8601,
sFilename,
tToday,
sBackgroundColor,
fLat1,
fLat2=None)
Plot the maximal solar flux in W/m^2 for all year. |
source code
|
|
|
plot_twilight_length(sFilename,
tToday,
sBackgroundColor,
fLat1,
dTwilightLength1,
fLat2=None,
dTwilightLength2=None)
Plot the twilight length in minutes for all year. |
source code
|
|