]> git.tdb.fi Git - ext/subsurface.git/commit
Do cylinder pressure plot first, then depth, then text notes
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2011 19:36:52 +0000 (12:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Sep 2011 19:36:52 +0000 (12:36 -0700)
commite88695ff72606d1556ff0e6e1423d3b6a5a1e9d8
tree8c05a02b7adbca1146ac8ed309b7cf622018f7f4
parentc0a429457ab9fae5e6995777b869b111ef32be74
Do cylinder pressure plot first, then depth, then text notes

Text notes need to be last, so that they don't get stepped on by the
other graph elements.

Also, separate the depth text plot out into a function of its own.
Tidier that way.

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