mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Plot cleanup
Use a helper to make things easier to read. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
788c513dd4
commit
5e51d1e354
2 changed files with 31 additions and 59 deletions
|
@ -118,6 +118,7 @@ private:
|
|||
void plot_pressure_value(int mbar, int sec, double xalign, double yalign);
|
||||
void plot_gas_value(int mbar, int sec, double xalign, double yalign, int o2, int he);
|
||||
void plot_deco_text();
|
||||
void plot_add_line(int sec, double val, QColor c, QPointF &from);
|
||||
void plot_pp_gas_profile();
|
||||
void plot_pp_text();
|
||||
void plot_depth_scale();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue