Thanks to visit codestin.com Credit goes to github.com
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 1b7fca1 commit eb1427bCopy full SHA for eb1427b
1 file changed
lib/matplotlib/tests/test_artist.py
@@ -161,7 +161,6 @@ def test_hatching():
161
hatch='/', lw=4)
162
ax.add_collection(rect2)
163
164
- # Ensure edge color is not applied to hatching.
165
rect3 = mpatches.Rectangle((2, 0), 3, 4, hatch='/', edgecolor='C3', lw=4)
166
ax.add_patch(rect3)
167
0 commit comments