Align sum line with bars.
This commit is contained in:
parent
91b91cd1ea
commit
a72afdb5f3
@ -16,6 +16,7 @@
|
||||
<subplot>
|
||||
<colour>rgb "#283593"</colour>
|
||||
<axes>x1y2</axes>
|
||||
<xcalc>data['start'] + timedelta(hours=12)</xcalc>
|
||||
<ycalc>data['rain'] + last_ycalc</ycalc>
|
||||
<title>gesamt</title>
|
||||
</subplot>
|
||||
|
@ -16,6 +16,7 @@
|
||||
<subplot>
|
||||
<colour>rgb "#283593"</colour>
|
||||
<axes>x1y2</axes>
|
||||
<xcalc>data['idx'].replace(minute=30, second=0)</xcalc>
|
||||
<ycalc>data['rain'] + last_ycalc</ycalc>
|
||||
<title>gesamt</title>
|
||||
</subplot>
|
||||
|
@ -16,6 +16,7 @@
|
||||
<subplot>
|
||||
<colour>rgb "#283593"</colour>
|
||||
<axes>x1y2</axes>
|
||||
<xcalc>data['start'] + timedelta(days=14)</xcalc>
|
||||
<ycalc>data['rain'] + last_ycalc</ycalc>
|
||||
<title>gesamt</title>
|
||||
</subplot>
|
||||
|
Reference in New Issue
Block a user