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 326b8d4 commit 7022b89Copy full SHA for 7022b89
lib/matplotlib/__init__.py
@@ -1377,7 +1377,6 @@ def tk_window_focus():
1377
'matplotlib.tests.test_arrow_patches',
1378
'matplotlib.tests.test_artist',
1379
'matplotlib.tests.test_axes',
1380
- 'matplotlib.tests.test_axes_grid1',
1381
'matplotlib.tests.test_backend_bases',
1382
'matplotlib.tests.test_backend_pdf',
1383
'matplotlib.tests.test_backend_pgf',
@@ -1423,6 +1422,7 @@ def tk_window_focus():
1423
1422
'matplotlib.tests.test_transforms',
1424
'matplotlib.tests.test_triangulation',
1425
'mpl_toolkits.tests.test_mplot3d',
+ 'mpl_toolkits.tests.test_axes_grid1',
1426
]
1427
1428
lib/matplotlib/tests/test_axes_grid1.py renamed to lib/mpl_toolkits/tests/test_axes_grid1.py
0 commit comments