Skip to content

Commit db2082f

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 41251ca commit db2082f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@
189189
fig1, ax1 = plt.subplots(figsize=(16/1.5, 9/1.5))
190190

191191
ax1.plot(Tie, Sae, color=(0, 0, 0), marker='+', markersize=0, markerfacecolor='w',
192-
markeredgewidth=0, linewidth=1.0, alpha=0.5,linestyle = '-',label= f'Sa_elastic')
192+
markeredgewidth=0, linewidth=1.0, alpha=1.0,linestyle = '-',label= f'Sa_elastic')
193193
ax1.plot(Tie, Sai, color=(0, 0, 1), marker='+', markersize=0, markerfacecolor='w',
194-
markeredgewidth=0, linewidth=1.5, alpha=0.7,linestyle = '-',label= f'Sa_inelastic')
194+
markeredgewidth=0, linewidth=1.5, alpha=1.0,linestyle = '-',label= f'Sa_inelastic')
195195
ax1.set_xlim([Tie[0], (max(Tie))])
196196
ax1.set_ylim([0, (max(Sae)*1.05)])
197197
plt.title('UHS [NEC-SE-DS-2024]', fontsize=10, color=(0, 0, 1))

0 commit comments

Comments
 (0)