Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|