Skip to content

Commit 7f4de3e

Browse files
authored
Merge pull request #28 from snu-hanaro/chore/pressure-plot-annotation-tweak
chore(plot): update an annotation
2 parents d3f3a14 + 829bd24 commit 7f4de3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/static_fire_toolkit/post_process/pressure_post_processing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ def _pressure_plot(self) -> None:
504504
)
505505

506506
ax.annotate(
507-
f"Average Pressure {average_pressure:.2f} Bar",
508-
xy=(0.67, 0.95),
507+
f"Average Pressure {average_pressure:.2f} Bar",
508+
xy=(0.69, 0.94),
509509
xycoords="axes fraction",
510510
size=20,
511511
font="Arial",

0 commit comments

Comments
 (0)