Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -455,8 +455,8 @@ def pvloop_simulator(Rm, Ra, Emax, Emin, Vd, Tc, start_v):
|
|
455 |
|
456 |
# Create the figure and the loop that we will manipulate
|
457 |
fig, ax = plt.subplots()
|
458 |
-
plt.ylim((0,
|
459 |
-
plt.xlim((0,
|
460 |
line = ax.plot(volumes[(N-2)*60000:(N)*60000], pressures[(N-2)*60000:(N)*60000], lw=1)
|
461 |
#print(line)
|
462 |
line = line[0]
|
|
|
455 |
|
456 |
# Create the figure and the loop that we will manipulate
|
457 |
fig, ax = plt.subplots()
|
458 |
+
plt.ylim((0,250))
|
459 |
+
plt.xlim((0,200))
|
460 |
line = ax.plot(volumes[(N-2)*60000:(N)*60000], pressures[(N-2)*60000:(N)*60000], lw=1)
|
461 |
#print(line)
|
462 |
line = line[0]
|