mirror of
https://github.com/weewx/weewx.git
synced 2026-06-09 09:35:19 -04:00
Version 2.0.0 release
This commit is contained in:
@@ -1602,7 +1602,28 @@ outTemp = Outside Temperature</pre>
|
||||
<p class="center">
|
||||
<img alt="Daytime temperature with running average" height="180" src="daytemp_with_avg.png" width="300" />
|
||||
</p>
|
||||
<h3>Progressive vector plots</h3>
|
||||
<p>
|
||||
One more example. This one shows daily high and low temperatures for a year:</p>
|
||||
<p class="tty">
|
||||
[[year_images]]<br />
|
||||
<br />
|
||||
...<br />
|
||||
[[[yearhilow]]]<br />
|
||||
[[[[hi]]]]<br />
|
||||
data_type = outTemp<br />
|
||||
aggregate_type = max<br />
|
||||
label = High<br />
|
||||
[[[[low]]]]<br />
|
||||
date_type = outTemp<br />
|
||||
aggregate_type = min<br />
|
||||
label = Low Temperature</p>
|
||||
<p>
|
||||
This results in the plot <span class="code">yearhilow.png</span>:</p>
|
||||
|
||||
<p class="center">
|
||||
<img alt="Daily highs and lows" src="yearhilow.png" />
|
||||
</p>
|
||||
<h3>Progressive vector plots</h3>
|
||||
<p><span class="code">Weewx</span> can produce progressive vector plots as well
|
||||
as the more conventional x-y plots. To produce these, use plot type '<span class="code">vector</span>'.
|
||||
You need a vector type to produce this kind of plot. There are two: '<span class="code">windvec</span>',
|
||||
|
||||
Reference in New Issue
Block a user