Skip to content

Commit aa94243

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 7359335 commit aa94243

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
@@ -203,9 +203,9 @@
203203
markeredgewidth=1, linewidth=1.0, alpha=0.5,linestyle = '--')
204204

205205
# Add text annotation for Sds
206-
ax1.text(0.3, Sds, f'Sds = {Sds:.2f} g', fontsize=10, verticalalignment='bottom', horizontalalignment='right')
206+
ax1.text(0.3, Sds, f'Sds = {Sds:.2f} g', fontsize=10, verticalalignment='bottom', horizontalalignment='left')
207207
# Add text annotation for Sd1
208-
ax1.text(1, Sd1, f'Sds = {Sds:.2f} g', fontsize=10, verticalalignment='bottom', horizontalalignment='right')
208+
ax1.text(1, Sd1, f'Sds = {Sds:.2f} g', fontsize=10, verticalalignment='bottom', horizontalalignment='left')
209209

210210
ax1.set_xlim([Tie[0], (max(Tie))])
211211
ax1.set_ylim([0, (max(Sae)*1.05)])

0 commit comments

Comments
 (0)