-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Issue #4271: reversed method added to Colormap objects. #5899
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
Conversation
- method added to all Colormap classes - a test added in test_colors
attn @efiring |
* PEP8 issues * Python3 compatability using the six module * Initializing data properly for the Nose test
As I made the rookie mistake of working on the master branch and now there's a conflict, I need to close this PR and make a new one. |
For future reference you can just force-push to this branch and the PR will update it's self. |
@tacaswell , you mean then keep working on the master branch? I considered that but didn't really dare to. Guess I should have asked first.. Also since I have no clue how long this PR was going to take I kinda wanted to free up my master branch. Sorry for the mess I'm making. |
Ah, sorry I missed that this PR was from your master, carry on 🐑 |
A few things that I ran into while implementing this: