Commit
·
8dc6cfd
1
Parent(s):
d24191f
fix bug
Browse files- src/utils.py +1 -1
src/utils.py
CHANGED
|
@@ -321,7 +321,7 @@ def range_plot (mean_val, min_val, max_val, unit):
|
|
| 321 |
fig.add_annotation(
|
| 322 |
x=mean_val,
|
| 323 |
y=1.65,
|
| 324 |
-
text=f'{mean_val:.3g}
|
| 325 |
showarrow=False,
|
| 326 |
font=dict(color="black", size=35)
|
| 327 |
)
|
|
|
|
| 321 |
fig.add_annotation(
|
| 322 |
x=mean_val,
|
| 323 |
y=1.65,
|
| 324 |
+
text=f'{mean_val:.3g} {unit}',
|
| 325 |
showarrow=False,
|
| 326 |
font=dict(color="black", size=35)
|
| 327 |
)
|