Calculate minimum and maximum heartrate

And setup the axis accordingly.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-02-23 14:32:25 -08:00
parent 9712999e66
commit 41abab7253
3 changed files with 19 additions and 4 deletions

View file

@ -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;