Split 7days into separate graphs.
This commit is contained in:
parent
97b9683ac3
commit
c11a437c2f
10
_graph_templates/7days_baro.svg.xml
Normal file
10
_graph_templates/7days_baro.svg.xml
Normal 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>
|
10
_graph_templates/7days_clouds.svg.xml
Normal file
10
_graph_templates/7days_clouds.svg.xml
Normal 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>
|
10
_graph_templates/7days_rain.svg.xml
Normal file
10
_graph_templates/7days_rain.svg.xml
Normal 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>
|
10
_graph_templates/7days_temp.svg.xml
Normal file
10
_graph_templates/7days_temp.svg.xml
Normal 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>
|
10
_graph_templates/7days_wind.svg.xml
Normal file
10
_graph_templates/7days_wind.svg.xml
Normal 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>
|
13
_graph_templates/includes/hourly_cloud_base_line.xml
Normal file
13
_graph_templates/includes/hourly_cloud_base_line.xml
Normal 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>
|
||||
|
Reference in New Issue
Block a user