Archived
1
0

Add cloud base graph to 24hrs.

This commit is contained in:
Markus Birth 2016-10-19 12:58:04 +02:00
parent d6614db3be
commit d96232ced8
2 changed files with 14 additions and 0 deletions

View File

@ -10,4 +10,5 @@
<xi:include href="includes/raw_wind_gust_line.xml" parse="xml" />
<xi:include href="includes/hourly_rain_sum_dual.xml" parse="xml" />
<xi:include href="includes/hourly_baro_line.xml" parse="xml" />
<xi:include href="includes/raw_cloud_base_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>raw</source>
<subplot>
<colour>3</colour>
<ycalc>cloud_base(data['temp_out'], data['hum_out'])</ycalc>
<title>Meter über Boden</title>
</subplot>
</plot>