]> git.tdb.fi Git - ext/subsurface.git/commit
Plot some numerical depth markers
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2011 17:25:01 +0000 (10:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2011 17:25:01 +0000 (10:25 -0700)
commit3b67a3ecb4193972a87c5c25b29a4279121d4366
tree7fef88769c11a4c66290f2edc9f7480302966e63
parentd4db3e938b16c67d20a40833323f64ca5d0024f2
Plot some numerical depth markers

Add some actual numbers to the depth plot too.  Do it by finding the
deepest points (within a five-minute rolling window), and show the
depths of those points.

Sure, we could have just labeled the depth markers, but this seems
nicer. But what do I know - I'm not exactly famous for my GUI design.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
profile.c