This repository has been archived on 2025-03-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2016-09-06 20:26:35 +02:00

18 lines
444 B
XML

<?xml version="1.0" encoding="utf-8"?>
<plot>
<title>Windgeschwindigkeit (㎞/h)</title>
<yrange>0, 30</yrange>
<grid>ytics</grid>
<source>raw</source>
<subplot>
<colour>4</colour>
<ycalc>wind_kmph(data['wind_gust'])</ycalc>
<title>Boe</title>
</subplot>
<subplot>
<colour>3</colour>
<ycalc>wind_kmph(data['wind_ave'])</ycalc>
<title>durchschn.</title>
</subplot>
</plot>