Plots the sub-annual weather factor wval (a capacity / availability factor)
of a weather object, in one of three styles:
"heatmap"(default) — a calendar heatmap (finest timeframe ony, next onx), faceted by region; the value's unit is on the fill legend;"line"— the factor against the finest time level (e.g. hour), one line per coarser level (e.g. season), faceted by region;"area"— the same as"line"with filled areas.
The value axis (fill for the heatmap, y for line/area) is labelled with the
object's @unit (or "capacity factor" if unset).
Arguments
- object
A
weatherobject.- type
One of
"heatmap"(default),"line","area".- calendar
A
calendarobject (or format string) giving the slice layout. Recommended: for season-based calendars the layout cannot be inferred from slice names alone. IfNULL, the layout is guessed and, when that fails, slices are shown on an ordered axis.- palette
Viridis color option for the heatmap fill.
- ...
Reserved for future use.
