Skip to content

Commit 21d16ca

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 8c363aa commit 21d16ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
ax1.plot(Tie, Sai, color=(0, 0, 1), marker='+', markersize=0, markerfacecolor='w',
198198
markeredgewidth=0, linewidth=1.5, alpha=1.0,linestyle = '-',label= f'Inelastic Response Spectra')
199199

200-
ax1.plot(0.1, Sds, color=(0, 0, 1), marker='o', markersize=5, markerfacecolor='w',
200+
ax1.plot([0.1,0.1], [0,Sds], color=(0, 0, 1), marker='o', markersize=5, markerfacecolor='w',
201201
markeredgewidth=1, linewidth=1.0, alpha=0.5,linestyle = '--')
202202
ax1.plot(0.1, Sd1, color=(0, 0, 1), marker='o', markersize=5, markerfacecolor='w',
203203
markeredgewidth=1, linewidth=1.0, alpha=0.5,linestyle = '--')

0 commit comments

Comments
 (0)