Introduce heat map

This replaces the tissue percentage graph that probably nobody ever
understood with a heat map like the one used in the discussion
of bubble model deco. The information shown is the same but the
saturation is now in the color while the tissue determines the y
position.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2016-08-28 00:09:22 +02:00 committed by Dirk Hohndel
parent 6f43c16ea9
commit 893bea700c
3 changed files with 24 additions and 16 deletions

View file

@ -1159,9 +1159,6 @@ void ProfileWidget2::setProfileState()
Q_FOREACH (DivePercentageItem *percentage, allPercentages) {
percentage->setVisible(true);
}
ambPressureItem->setVisible(true);
gflineItem->setVisible(true);
}
rulerItem->setVisible(prefs.rulergraph);