Skip to content

Commit

Permalink
Apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekryjak authored and github-actions[bot] committed May 25, 2024
1 parent 068b3dc commit d1c5db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbout/plotting/plotfuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ def plot2d_polygon(
divider = make_axes_locatable(ax)
cax = divider.append_axes("right", size="5%", pad=0.05)
fig.colorbar(polys, cax=cax, label=colorbar_label, extend=extend)
cax.grid(which = "both", visible=False)
cax.grid(which="both", visible=False)

ax.add_collection(polys)

Expand Down

0 comments on commit d1c5db6

Please sign in to comment.