8000 Corrected cax attributes of ImageGrid axes by inclement · Pull Request #3957 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Corrected cax attributes of ImageGrid axes #3957

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 7 commits into from
Feb 19, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added AxesGrid tests file to default tests
  • Loading branch information
inclement committed Feb 6, 2015
commit 53da33cc907e5b3a41b075c5bcd90bed646029df
1 change: 1 addition & 0 deletions lib/matplotlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,7 @@ def tk_window_focus():
'matplotlib.tests.test_widgets',
'mpl_toolkits.tests.test_mplot3d',
'mpl_toolkits.tests.test_axes_grid1',
'mpl_toolkits.tests.test_axes_grid',
]


Expand Down
0