Modified colours. Added SVG template for 2012.

This commit is contained in:
2016-09-04 01:00:56 +02:00
parent 9e0bf528cf
commit 1a2c60c35b
5 changed files with 82 additions and 14 deletions
+8 -8
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<graph>
<size>600, 600</size>
<fileformat>pngcairo font "arial,8"</fileformat>
<fileformat>pngcairo font "arial,10"</fileformat>
<start>year=2016, month=1, day=1, hour=0</start>
<stop>year=2016, month=12, day=31, hour=0</stop>
<stop>year=2016, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>
<xlabel>%Y</xlabel>
<dateformat></dateformat>
@@ -14,28 +14,28 @@
<boxwidth>boxwidth / 2</boxwidth>
<subplot>
<style>box</style>
<colour>1</colour>
<colour>rgb "#f44336"</colour>
<title>Mittleres Tagesmaximum</title>
<xcalc>data['start'] + timedelta(days=20)</xcalc>
<ycalc>data['temp_out_max_ave']</ycalc>
</subplot>
<subplot>
<style>+</style>
<colour>6</colour>
<colour>rgb "#b71c1c"</colour>
<title>Höchstes Tagesmaximum</title>
<xcalc>data['temp_out_max_hi_t']</xcalc>
<ycalc>data['temp_out_max_hi']</ycalc>
</subplot>
<subplot>
<style>box</style>
<colour>3</colour>
<colour>rgb "#607d8b"</colour>
<title>Mittleres Nachtminimum</title>
<xcalc>data['start'] + timedelta(days=7)</xcalc>
<ycalc>data['temp_out_min_ave']</ycalc>
</subplot>
<subplot>
<style>+</style>
<colour>5</colour>
<colour>rgb "#263238"</colour>
<title>Tiefstes Nachtminimum</title>
<xcalc>data['temp_out_min_lo_t']</xcalc>
<ycalc>data['temp_out_min_lo']</ycalc>
@@ -45,11 +45,11 @@
<yrange>0, 120</yrange>
<source>monthly</source>
<subplot>
<colour>5</colour>
<colour>rgb "#2196f3"</colour>
<style>box</style>
<xcalc>data['start'] + timedelta(days=14)</xcalc>
<ycalc>data['rain']</ycalc>
<title>Monatl. Regenfall (mm)</title>
<title>Monatl. Regenfall ()</title>
</subplot>
</plot>
</graph>