To follow on with an update and also a new request for help:
I have two plots generated for rain, one called dayrain and another
dayrainbar.
The dayrain.png plot gives a cumulaltive line graph with increasing line
as rain accumulated.
the dayrainbar.png shows a bar each hour who's height is dependent upon
the rain received that hour.
The index.html displays the first plot generated, seen at:
ecwx.info/twi
There is a second .png plot in the public_html/twi folder I have, but
the home page as generated shows only the first dayrain plot, and not
the second one.
I guess I could combine the two into one plot using the data_type
method, but I wanted to get the plots independent from one another.
I looked in the index.html.tmpl file and don't see any way there to
force a second plot of a timeperiod_observation.
Is there a way to accomplish this, or do I need to combine into a single
plot the various displays of the observation?
Dale