Skip to content
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

Bug with Matplotliv 1.4.0 is fixed #419

Merged
merged 1 commit into from
Oct 25, 2014

Conversation

wd15
Copy link
Contributor

@wd15 wd15 commented Sep 23, 2014

Fix #415

Fix ticket:672

Bug with Matplotlib version 1.4.0 is fixed. the bug was caused because
the default value of vmin and vmax is None internally to
Matplotlib. Some code in matplotlib tries a numpy operation on these
None values. A simple fix is to pass a norm instance to the
ColorbarBase class when it is called in FiPy. This may be an internal
bug to Matplotlib.

The fix works was tried with both Matplotlib version 1.4.0 and 1.3.1.
@wd15 wd15 added the bug label Sep 23, 2014
@guyer guyer merged commit db6e599 into usnistgov:develop Oct 25, 2014
@wd15 wd15 deleted the issue415-matplotlib-1_4_0-error branch October 31, 2014 15:33
@guyer guyer added the viewers label Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MatplotlibGrid2DViewer error with Matplotlib version 1.4.0
2 participants