Versions Compared

Key

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

...

Unique color per year and season:

Code Block
xml
titlexmlExample config
<statisticalFunction function="historicalShowLowsBelowhistoricalShowPeaksAbove"/>
<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>
<statisticalFunction function="historicalShowLowsBelow">
	<season startMonthDay="--01-01" endMonthDay="--12-31" label="Year" color="black"/>
	<season startMonthDay="--04-01" endMonthDay="--09-30" label="Grow Season" color="gray"/>		
</statisticalFunction>

Normalize duration

(Since 2016.02)  for the peaks above/below functions a checkbox is added to normalize over duration. This changes The y-axis from Normalized difference to Max difference and the X-axis from (total) duration the Normalized duration. 

...