We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcc0f7 commit 7079ef3Copy full SHA for 7079ef3
examples/new_patch.py
@@ -25,7 +25,7 @@
25
lw2 = Patch(sc, linewidth=3, linestyle=":", edgecolor="C5", alpha=1, hatch=None)
26
27
fig, nax = plt.subplots()
28
-nax.set_aspect('equal')
+nax.set_aspect("equal")
29
ax = CompatibilityAxes(nax)
30
nax.add_artist(ax)
31
ax.add_artist(lw2, 2)
0 commit comments