mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
8dfc4dccc5
commit
9463e7895b
3 changed files with 21 additions and 268 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue