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

Skip to content

Commit 5e65bbe

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

6 files changed

Lines changed: 3364 additions & 3328 deletions

File tree

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)