Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8469cf9

Browse files
author
Tuan333
committed
putting polar projection test cases into appropriate files and folders
1 parent fbe6bcf commit 8469cf9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/matplotlib/tests/test_patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def test_adding_rectangle_patch_with_polar_projection():
345345

346346
# add quadrant as example
347347
ax.add_patch(
348-
patches.Rectangle(
348+
mpatches.Rectangle(
349349
(0, 1), width=np.pi * 0.5, height=0.5
350350
)
351351
)

0 commit comments

Comments
 (0)