mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Plot pp Text
This patch plots the PP text, but when I plotted I realized that the gc.pi.mapp is being calculated wrong, probably something went wrong on the calculations - it's comming zered always. So, only one line & text is plotted. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
25d65ab97d
commit
b794c23099
2 changed files with 23 additions and 2 deletions
|
@ -106,7 +106,7 @@ private:
|
|||
void plot_pressure_value(int mbar, int sec, int xalign, int yalign);
|
||||
void plot_deco_text();
|
||||
void plot_pp_gas_profile();
|
||||
|
||||
void plot_pp_text();
|
||||
QColor get_sac_color(int sac, int avg_sac);
|
||||
|
||||
QPen defaultPen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue