First stab at plotting a pO2 graph

So far this is done unconditionally. This already starts some of the
infrastructure for other gases, but so far only O2 is handled.
We also need a pressure scale on the right to make this useful - or we
need to do peek / trough pressure prints like we do for temperature and
depth.

Finally, I think I want to move the plot further down, maybe make the
whole plot area taller if we are plotting partial gas pressures as well.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-11-01 10:04:12 -07:00
parent 072b4f743c
commit 1b606ae226
3 changed files with 55 additions and 2 deletions

View file

@ -21,6 +21,12 @@ typedef struct {
gboolean otu;
} visible_cols_t;
typedef struct {
gboolean po2;
gboolean pn2;
gboolean phe;
} enabled_graphs_t;
typedef enum {
PREF_BOOL,
PREF_STRING