Skip to content

Commit

Permalink
Black formatted parameter_plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 4, 2024
1 parent 705edd4 commit a20590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogcore/parameter_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def plot_elliptical_u(p, plot_MU=True, include_title=False, path=None):
else:
plt.ylabel(r"Disutility")
plt.legend(loc="upper left")
plt.grid(color='gray', linestyle=':', linewidth=1, alpha=0.5)
plt.grid(color="gray", linestyle=":", linewidth=1, alpha=0.5)
if path is None:
return fig
else:
Expand Down

0 comments on commit a20590a

Please sign in to comment.