8000 [SPRINT] Refactored the axes module to split it in smaller chunks. by NelleV · Pull Request #1931 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

[SPRINT] Refactored the axes module to split it in smaller chunks. #1931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 29, 2013
Next Next commit
Splitted the axes module into smaller chunks
  • Loading branch information
NelleV committed Jun 29, 2013
commit 5e65bbe580192920226f99e15c77feed9eda944b
3 changes: 3 additions & 0 deletions lib/matplotlib/axes/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from matplotlib.axes._subplots import *
from matplotlib.axes._axes import *
from matplotlib.axes._axes import _string_to_bool
Loading
0