Skip to content

Commit 7079ef3

Browse files
committed
STY: placate linter
1 parent 7dcc0f7 commit 7079ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/new_patch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
lw2 = Patch(sc, linewidth=3, linestyle=":", edgecolor="C5", alpha=1, hatch=None)
2626

2727
fig, nax = plt.subplots()
28-
nax.set_aspect('equal')
28+
nax.set_aspect("equal")
2929
ax = CompatibilityAxes(nax)
3030
nax.add_artist(ax)
3131
ax.add_artist(lw2, 2)

0 commit comments

Comments
 (0)