Skip to content

Commit 5e65bbe

Browse files
committed
Splitted the axes module into smaller chunks
1 parent 9c03be0 commit 5e65bbe

File tree

6 files changed

+3364
-3328
lines changed

6 files changed

+3364
-3328
lines changed

lib/matplotlib/axes/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from matplotlib.axes._subplots import *
2+
from matplotlib.axes._axes import *
3+
from matplotlib.axes._axes import _string_to_bool

0 commit comments

Comments
 (0)