This repository has been archived on 2025-03-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pywws-page/_graph_templates/includes/hourly_baro_line.xml
T

12 lines
273 B
XML

<?xml version="1.0" encoding="utf-8"?>
<plot>
<source>hourly</source>
<yrange>960, 1050</yrange>
<grid>ytics</grid>
<subplot>
<colour>2</colour>
<ycalc>data['rel_pressure']</ycalc>
<title>Luftdruck (㍱)</title>
</subplot>
</plot>