Skip to content

Commit

Permalink
STY: placate linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Aug 2, 2024
1 parent 7dcc0f7 commit 7079ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/new_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7079ef3

Please sign in to comment.