frances-dean commited on
Commit
b9afc37
·
verified ·
1 Parent(s): c589e65

Update app.py

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