From d1c5db6cd696cd11cfb2754d4c17e2551dc2d4fc Mon Sep 17 00:00:00 2001 From: mikekryjak Date: Sat, 25 May 2024 09:30:23 +0000 Subject: [PATCH] Apply black formatting --- xbout/plotting/plotfuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbout/plotting/plotfuncs.py b/xbout/plotting/plotfuncs.py index e1ac3007..16f84499 100644 --- a/xbout/plotting/plotfuncs.py +++ b/xbout/plotting/plotfuncs.py @@ -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)