Skip to content

Commit a3b9dc2

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent fd8b19c commit a3b9dc2

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
@@ -204,9 +204,9 @@
204204

205205

206206
# Add text annotation for Sds
207-
ax1.text(0.3, Sds+0.02, f'**Sds = {Sds:.4f} g**', fontsize=10, verticalalignment='bottom', horizontalalignment='left')
207+
ax1.text(0.3, Sds+0.02, f'Sds = {Sds:.4f} g', fontsize=10, verticalalignment='bottom', horizontalalignment='left')
208208
# Add text annotation for Sd1
209-
ax1.text(1, Sd1+0.02, f'**Sd1 = {Sd1:.4f} g**', fontsize=10, verticalalignment='bottom', horizontalalignment='left')
209+
ax1.text(1, Sd1+0.02, f'Sd1 = {Sd1:.4f} g', fontsize=10, verticalalignment='bottom', horizontalalignment='left')
210210

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

0 commit comments

Comments
 (0)