Skip to content

Commit

Permalink
Fix: Move legend for kinetic flux figures
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallOswald committed Feb 20, 2025
1 parent 7075d03 commit 85acdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photosurfactant/scripts/plot_first_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def plot_fluxes(self):
self.plt.plot(self.xx, self.JJ_ci, "b-.", label=r"$J_{\mathrm{ci}, 1}$")
self.plt.xlabel(r"$x$")
self.plt.ylabel("Kinetic Flux")
self.plt.legend(loc="upper right")
self.plt.legend(loc="lower right")
self.plt.grid()
self.plt.ticklabel_format(style="sci", axis="y", scilimits=(0, 0))
self.plt.tight_layout()
Expand Down

0 comments on commit 85acdc7

Please sign in to comment.