frances-dean commited on
Commit
dfc20a1
1 Parent(s): 597a33a

Update app.py

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