frances-dean commited on
Commit
41e2fa1
1 Parent(s): e6e9110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -862,7 +862,7 @@ def lvad_plots(Rm, Ra, Emax, Emin, Vd, Tc, start_v, beta, loop_simulated=True):
862
  x2 = Vlvs[start:end]
863
  y2 = Plvs[start:end]
864
  ax.plot(x, y, lw=1, color='b',label='No LVAD')
865
- ax.plot(x2, y2, lw=1, color=(78/255, 192/255, 44/255), label=f"LVAD, ω(0)= {round(w0,2)}r/min")
866
 
867
 
868
  plt.legend(loc='upper left', framealpha=1)
 
862
  x2 = Vlvs[start:end]
863
  y2 = Plvs[start:end]
864
  ax.plot(x, y, lw=1, color='b',label='No LVAD')
865
+ # ax.plot(x2, y2, lw=1, color=(78/255, 192/255, 44/255), label=f"LVAD, ω(0)= {round(w0,2)}r/min")
866
 
867
 
868
  plt.legend(loc='upper left', framealpha=1)