Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • function: historicalScatterPlot
  • historicalPeriodsseason: Definition of season as well as the moment when the display should look forward instead of backward to plot the coming seasonseasons
Code Block
titleSpecification of season
<statisticalFunction function="historicalShowPeaksAbove">
	<season startMonthDay="--01-01" endMonthDay="--12-31" label="Year" color="black"/>
	<season startMonthDay="--04-01" endMonthDay="--09-30" label="Grow Season" color="gray"/>		
</statisticalFunction>	


Historical show lows below

...

  • function: historicalShowLowsBelow
  • historicalPeriodsseason: Definition of season as well as the moment when the display should look forward instead of backward to plot the coming seasonseasons
Historical show peaks above

...

  • function: historicalShowPeaksAbove
  • historicalPeriodsseason: Definition of season as well as the moment when the display should look forward instead of backward to plot the coming seasonseasons
Moving average (with associated time span)

...