Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions welltest/wellanalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def linear(x, a, b):

plt.grid(True, which='both', color='black', linewidth=0.1)

plt.tight_layout(1)
plt.tight_layout()
plt.show()

def multi_rate_drawdown_test(t, p, t_change, q_change, Bo, mu_oil, h, poro, ct, rw, pi):
Expand Down Expand Up @@ -215,7 +215,7 @@ def linear(x, a, b):
fancybox=True, framealpha=0.7,
handlelength=0, handletextpad=0)
plt.grid(True, which='both', color='black', linewidth=0.1)
plt.tight_layout(1)
plt.tight_layout()
plt.show()

def constant_pressure_test(t, q, pwf, pi, Bo, mu_oil, h, poro, ct, rw):
Expand Down