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