[PATCH] Plot mean depth data

2015-01-01 Thread Krzysztof Arentowicz
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.arentow...@gmail.com --- qt-ui/profile/diveprofileitem.cpp | 47 +++ qt-ui/profile/diveprofileitem.h | 12

Re: [PATCH] Plot mean depth data

2015-01-01 Thread Tomaz Canabrava
Em 01/01/2015 22:18, Dirk Hohndel d...@hohndel.org escreveu: On Fri, Jan 02, 2015 at 12:28:38AM +0100, Krzysztof Arentowicz wrote: As we already have running depth sum values for each sample why don't just plot running average depth graph. Again, Tomaz was working on this... I'll take your

Re: [PATCH] Plot mean depth data

2015-01-01 Thread Dirk Hohndel
On Fri, Jan 02, 2015 at 12:28:38AM +0100, Krzysztof Arentowicz wrote: As we already have running depth sum values for each sample why don't just plot running average depth graph. Again, Tomaz was working on this... I'll take your patch (since it seems to work fine), but I would REALLY want an

Re: [PATCH] Plot mean depth data

2015-01-01 Thread Dirk Hohndel
On Fri, Jan 02, 2015 at 12:28:38AM +0100, Krzysztof Arentowicz wrote: As we already have running depth sum values for each sample why don't just plot running average depth graph. Oh, and... YIKES. Your whitespace is definitely not following our coding style... :-/ /D