mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Calculate minimum and maximum heartrate
And setup the axis accordingly. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9712999e66
commit
41abab7253
3 changed files with 19 additions and 4 deletions
|
@ -19,6 +19,7 @@ struct plot_info {
|
|||
int maxtime;
|
||||
int meandepth, maxdepth;
|
||||
int minpressure, maxpressure;
|
||||
int minhr, maxhr;
|
||||
int mintemp, maxtemp;
|
||||
double endtempcoord;
|
||||
double maxpp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue