Skip to content

Commit

Permalink
fix: reverting change in example
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Dec 16, 2024
1 parent 7baebc4 commit 55f8bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/00-mapdl-examples/transient_thermal.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
plt.plot(my_bulk[:, 0], my_bulk[:, 1], ":", label="Input")
plt.legend()
plt.xlabel("Time (seconds)")
plt.ylabel("Temperature (°F)")
plt.ylabel("Temperature ($^\circ$F)")
plt.show()

###############################################################################
Expand Down

0 comments on commit 55f8bfe

Please sign in to comment.