Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyWieser committed Oct 20, 2023
2 parents df5a15e + 0d62349 commit e905c31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DiadFit/relaxifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ def stretch_in_ascent(*, R, b, T, ascent_rate_ms, depth_path_ini_fin_step=[100,
ax1.set_ylabel("CO2_density_gmL")
ax0.legend(loc='best')
ax1.legend(loc='best')
fig.tight_layout()
plt.show()

return results
Expand Down Expand Up @@ -528,6 +529,7 @@ def stretch_at_constant_Pext(*,R,b,T,EOS='SW96',Pinternal,Pexternal,totaltime,st
ax1.plot(results['Time(s)'],results['CO2_dens_gcm3'],marker='s')
ax1.set_xlabel("Time(s)")
ax1.set_ylabel("CO2_density_gmL")
fig.tight_layout()
plt.show()

return results
Expand Down

0 comments on commit e905c31

Please sign in to comment.