From 3fc9c1e0053a0ca1d4af7c1e5fb8e118afe0badf Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Mon, 15 Sep 2014 14:09:00 +0200 Subject: Tissue saturation plot a la Sherwater Pretel This adds a toolbox icon to turn on a tissue plot inspired by the bar graph of the Sherwater Petrel, It shows the inert gas partial pressures for individual compartments. If they are below the ambient pressure (grey line) they are shown in units of the ambient pressure, if they are above, the excess is shown as a percentage of the allowed overpressure for plain Buehlmann. So it has the same units as a gradient factor. Thus also the a gradient factor line (for the current depth) is shown. The different tissues get different colors, greener for the faster ones and bluer for the slower ones. Positioning and on/off icon action still need some tender loving care. Signed-off-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- qt-ui/preferences.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/preferences.cpp') diff --git a/qt-ui/preferences.cpp b/qt-ui/preferences.cpp index 9d23c104e..71a62d7bd 100644 --- a/qt-ui/preferences.cpp +++ b/qt-ui/preferences.cpp @@ -330,6 +330,7 @@ void PreferencesDialog::loadSettings() GET_BOOL("calcalltissues", calcalltissues); GET_BOOL("hrgraph", hrgraph); GET_BOOL("tankbar", tankbar); + GET_BOOL("percentagegraph", percentagegraph); GET_INT("gflow", gflow); GET_INT("gfhigh", gfhigh); GET_BOOL("gf_low_at_maxdepth", gf_low_at_maxdepth); -- cgit v1.2.3-70-g09d2