Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Updated axes labels to x and y
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Nov 30, 2022
1 parent 2730cfc commit 2006549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Fragmentation/Fragmentation_Movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def setup_plot(self):
ax.set_ylim(-scale_frame, scale_frame)
ax.set_xticks([])
ax.set_yticks([])
ax.set_xlabel("xhx")
ax.set_ylabel("xhy")
ax.set_xlabel("x")
ax.set_ylabel("y")
ax.set_title(self.title)
fig.add_axes(ax)

Expand Down

0 comments on commit 2006549

Please sign in to comment.