diff --git a/examples/new_patch.py b/examples/new_patch.py index c9ea0b8..80a51f7 100644 --- a/examples/new_patch.py +++ b/examples/new_patch.py @@ -25,7 +25,7 @@ lw2 = Patch(sc, linewidth=3, linestyle=":", edgecolor="C5", alpha=1, hatch=None) fig, nax = plt.subplots() -nax.set_aspect('equal') +nax.set_aspect("equal") ax = CompatibilityAxes(nax) nax.add_artist(ax) ax.add_artist(lw2, 2)