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 40f201c commit 5cede2cCopy full SHA for 5cede2c
1 file changed
lib/matplotlib/tests/test_path.py
@@ -57,7 +57,8 @@ def test_path_clipping():
57
bbox = [0, 140, 640, 260]
58
ax.set_xlim(bbox[0], bbox[0] + bbox[2])
59
ax.set_ylim(bbox[1], bbox[1] + bbox[3])
60
- ax.add_patch(Polygon(xy, facecolor='none', edgecolor='red', closed=True))
+ ax.add_patch(Polygon(
61
+ xy, facecolor='none', edgecolor='red', closed=True))
62
63
64
if __name__ == '__main__':
0 commit comments