Renamed two templates to make more sense.

This commit is contained in:
2016-09-04 20:47:46 +02:00
parent 65859d809f
commit e8737ca289
10 changed files with 16 additions and 16 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<plot>
<yrange>0, 120</yrange>
<source>monthly</source>
<subplot>
<colour>rgb "#2196f3"</colour>
<style>box</style>
<xcalc>data['start'] + timedelta(days=14)</xcalc>
<ycalc>data['rain']</ycalc>
<title>Monatl. Regenfall (㎜)</title>
</subplot>
</plot>