Skip to content

Commit 8c363aa

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,15 @@
193193
fig1, ax1 = plt.subplots(figsize=(16/1.5, 9/1.5))
194194

195195
ax1.plot(Tie, Sae, color=(0, 0, 0), marker='+', markersize=0, markerfacecolor='w',
196-
markeredgewidth=0, linewidth=1.5, alpha=1.0,linestyle = '-',label= f'Sa_elastic')
196+
markeredgewidth=0, linewidth=1.5, alpha=1.0,linestyle = '-',label= f'Elastic Response Spectra')
197197
ax1.plot(Tie, Sai, color=(0, 0, 1), marker='+', markersize=0, markerfacecolor='w',
198-
markeredgewidth=0, linewidth=1.5, alpha=1.0,linestyle = '-',label= f'Sa_inelastic')
198+
markeredgewidth=0, linewidth=1.5, alpha=1.0,linestyle = '-',label= f'Inelastic Response Spectra')
199+
200+
ax1.plot(0.1, Sds, color=(0, 0, 1), marker='o', markersize=5, markerfacecolor='w',
201+
markeredgewidth=1, linewidth=1.0, alpha=0.5,linestyle = '--')
202+
ax1.plot(0.1, Sd1, color=(0, 0, 1), marker='o', markersize=5, markerfacecolor='w',
203+
markeredgewidth=1, linewidth=1.0, alpha=0.5,linestyle = '--')
204+
199205
ax1.set_xlim([Tie[0], (max(Tie))])
200206
ax1.set_ylim([0, (max(Sae)*1.05)])
201207
plt.title('SPEC NEC-SE-DS-2024', fontsize=10, color=(0, 0, 1))

0 commit comments

Comments
 (0)