frances-dean commited on
Commit
1d500ca
·
verified ·
1 Parent(s): 570e6d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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,180))
459
- plt.xlim((0,160))
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]