mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Plot mean depth data
As we already have running depth sum values for each sample why don't just plot running average depth graph. Signed-off-by: Krzysztof Arentowicz <k.arentowicz@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ee1ef52330
commit
e3378e299a
4 changed files with 69 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ struct dive;
|
|||
struct plot_info;
|
||||
class ToolTipItem;
|
||||
class MeanDepthLine;
|
||||
class DiveMeanDepth;
|
||||
class DiveReportedCeiling;
|
||||
class DiveTextItem;
|
||||
class TemperatureAxis;
|
||||
|
|
@ -161,6 +162,7 @@ private:
|
|||
TimeAxis *timeAxis;
|
||||
DiveProfileItem *diveProfileItem;
|
||||
DiveTemperatureItem *temperatureItem;
|
||||
DiveMeanDepthItem *meanDepthItem;
|
||||
DiveCartesianAxis *cylinderPressureAxis;
|
||||
DiveGasPressureItem *gasPressureItem;
|
||||
MeanDepthLine *meanDepth;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue