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 bugs related to bottom kwarg in step histograms #2297

Closed
wants to merge 1 commit into from

Conversation

neggert
Copy link
Contributor

@neggert neggert commented Aug 14, 2013

This completes the fix to #1763. #1724 partially fixed this, but I just discovered it only solved the problem for the bar histtype. This PR fixes it for the step histtype also.

I also discovered another small bug while I was doing this, which I fixed. There was some code that should have only been executed for stacked histograms, but was being run for all histograms. My fix doesn't result in any visible change, as the problem was hidden by lines drawing over the top of each other.

@dmcdougall
Copy link
Member

This is targeting master. #1724 targets v1.2.x, so should this target at least v1.3.x?

@neggert
Copy link
Contributor Author

neggert commented Aug 19, 2013

Argh, you're right. I'll rebase it when I get a chance.

@neggert
Copy link
Contributor Author

neggert commented Sep 10, 2013

Closed in favor of #2409

@neggert neggert closed this Sep 10, 2013
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