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

Fix #570 - Reversing a 3d axis should now work properly. #1653

Merged
merged 1 commit into from
Jan 14, 2013

Conversation

WeatherGod
Copy link
Member

Just needed to check for flipped limits in certain places.

self.major.formatter.set_locs(majorLocs)
majorLabels = [self.major.formatter(val, i)
for i, val in enumerate(majorLocs)]


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PEP8 compliance: there should be only one blank line.

@dmcdougall dmcdougall merged commit 1f0c801 into matplotlib:v1.2.x Jan 14, 2013
@dmcdougall
Copy link
Member

I fixed the PEP8 issue and merged it locally. Check out 894e8cf.

@WeatherGod
Copy link
Member Author

Thanks for that. I have been busy with other things at work.

@dmcdougall
Copy link
Member

No problem.

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.

3 participants