Skip to content

Commit

Permalink
Solving problems from pre-commit and image
Browse files Browse the repository at this point in the history
  • Loading branch information
FloraSauerbronn committed Jul 29, 2024
1 parent 51f9685 commit f03cbf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gliderpy/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def plot_ctd(
ax.set_ylabel("Pressure")
ax.set_xlabel(var)
ax.invert_yaxis()
ax.legend(loc='lower center', bbox_to_anchor=(0.5, 0.09)
ax.legend(loc="lower center", bbox_to_anchor=(0.5, 0.09)
)
return fig, ax

Expand Down
Binary file modified tests/baseline/test_plot_ctd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f03cbf0

Please sign in to comment.