frances-dean commited on
Commit
437aec6
1 Parent(s): 37bad86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -831,6 +831,8 @@ def lvad_plots(Rm, Ra, Emax, Emin, Vd, Tc, start_v, beta, loop_simulated=True):
831
  new_ef, pao_ed, pao_es, CO, MAP, Vlvs, Plvs = f_lvad(Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd, Tc, start_v, Emax, c, slope0, w0, x60, y00, y01, y02, y03, y04)
832
 
833
  # Create the figure and the loop that we will manipulate
 
 
834
  fig, ax = plt.subplots(figsize=(6, 4))
835
  plt.ylim((0,220))
836
  plt.xlim((0,250))
 
831
  new_ef, pao_ed, pao_es, CO, MAP, Vlvs, Plvs = f_lvad(Rs, Rm, Ra, Rc, Ca, Cs, Cr, Ls, Emin, Vd, Tc, start_v, Emax, c, slope0, w0, x60, y00, y01, y02, y03, y04)
832
 
833
  # Create the figure and the loop that we will manipulate
834
+ N = 100
835
+
836
  fig, ax = plt.subplots(figsize=(6, 4))
837
  plt.ylim((0,220))
838
  plt.xlim((0,250))