Spaces:
Sleeping
Sleeping
Commit ·
e1e061c
1
Parent(s): 7867112
Update app.py
Browse files
app.py
CHANGED
|
@@ -365,7 +365,7 @@ def goda(Case, Hs, Hmax, h, d, h_acc, hc, T, beta, rho, slope_foreshore, B, lamb
|
|
| 365 |
|
| 366 |
#invert axes
|
| 367 |
plt.xlim(np.max(p)*1.3, -np.max(p_s))
|
| 368 |
-
plt.ylim(Bottom_of_Wall*1.6, np.max(y)*2)
|
| 369 |
#plt.ylim(np.max(pu_1)+10, (-np.max(y)-5))
|
| 370 |
HL = 'Horizontal Load (kip/ft) = ' + str(round(P,2))
|
| 371 |
#UL = 'Uplift Load (ksf/ft) = ' + str(round(pu[0],2))
|
|
|
|
| 365 |
|
| 366 |
#invert axes
|
| 367 |
plt.xlim(np.max(p)*1.3, -np.max(p_s))
|
| 368 |
+
#plt.ylim(Bottom_of_Wall*1.6, np.max(y)*2)
|
| 369 |
#plt.ylim(np.max(pu_1)+10, (-np.max(y)-5))
|
| 370 |
HL = 'Horizontal Load (kip/ft) = ' + str(round(P,2))
|
| 371 |
#UL = 'Uplift Load (ksf/ft) = ' + str(round(pu[0],2))
|