Don't print partial pressure values in the profile

Instead provide a scale on the right in a highly transparent grey and rely
on the tooltip available with mouse-over to pinpoint the value at certain
spots with much better accuracy.

Fixes #30

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-12-09 14:34:41 -08:00
parent 8dfc4dccc5
commit 9463e7895b
3 changed files with 21 additions and 268 deletions

View file

@ -19,6 +19,7 @@ struct plot_info {
int endpressure, maxpressure;
int mintemp, maxtemp, endtemp;
double endtempcoord;
double maxpp;
gboolean has_ndl;
struct plot_data *entry;
};