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

Fixed two bugs with matplotlib colormap import #1713

Merged
merged 3 commits into from
Dec 1, 2015
Merged

Conversation

chaosphere2112
Copy link
Contributor

  1. The matplotlib package doesn't have a direct import of matplotlib.cm, so you have to manually import the module
  2. matplotlib colormaps store their values between 0 and 1, not 0 and 255.

@chaosphere2112
Copy link
Contributor Author

Baselines: CDAT/uvcdat-testdata#88

@chaosphere2112 chaosphere2112 added this to the 2.4 milestone Dec 1, 2015
doutriaux1 added a commit that referenced this pull request Dec 1, 2015
Fixed two bugs with matplotlib colormap import
@doutriaux1 doutriaux1 merged commit 848c2ac into master Dec 1, 2015
@doutriaux1 doutriaux1 deleted the matplotlib_import branch December 1, 2015 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants