Archived
1
0

Split 7days into separate graphs.

This commit is contained in:
Markus Birth 2016-10-19 13:54:13 +02:00
parent 97b9683ac3
commit c11a437c2f
6 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=1</duration>
<xformat>%a %d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/hourly_baro_line.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=1</duration>
<xformat>%a %d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/hourly_cloud_base_line.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=1</duration>
<xformat>%a %d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/hourly_rain_sum_dual.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=1</duration>
<xformat>%a %d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/hourly_temp_dew_feel_line.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=1</duration>
<xformat>%a %d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/hourly_wind_gust_line.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<plot>
<title>Konvektionskondensationsniveau (m)</title>
<yrange>0, 2500</yrange>
<grid>ytics</grid>
<source>hourly</source>
<subplot>
<colour>3</colour>
<ycalc>cloud_base(data['temp_out'], data['hum_out'])</ycalc>
<title>Meter über Boden</title>
</subplot>
</plot>