Spaces:
Running
Running
frances-dean
commited on
Commit
•
9373700
1
Parent(s):
4888571
Update app.py
Browse files
app.py
CHANGED
@@ -838,8 +838,8 @@ def lvad_plots(Rm, Ra, Emax, Emin, Vd, Tc, start_v, beta, loop_simulated=True):
|
|
838 |
plt.xlim((0,250))
|
839 |
start = (N-2)*60000
|
840 |
end = (N)*60000
|
841 |
-
|
842 |
-
point1 = ax.scatter(Vlv0[start:
|
843 |
|
844 |
if loop_simulated:
|
845 |
#line1 = ax.plot(Vlv0[start:end], Plv0[start:end], lw=1, color='b',label='No LVAD')
|
|
|
838 |
plt.xlim((0,250))
|
839 |
start = (N-2)*60000
|
840 |
end = (N)*60000
|
841 |
+
ax.plot(Vlv0[start:end], Plv0[start:end], lw=1, color='b',label='No LVAD')
|
842 |
+
#point1 = ax.scatter(Vlv0[start:(start+1)], Plv0[start:(start+1)], c="b", s=5)#, label='End Diastole')
|
843 |
|
844 |
if loop_simulated:
|
845 |
#line1 = ax.plot(Vlv0[start:end], Plv0[start:end], lw=1, color='b',label='No LVAD')
|