-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Default bottom of Stepfilled histograms should be set according to ymin #4621
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
Comments
@jenshnielsen can you update the second code snippet? I think it's the same as the first. Thanks :) |
I don't remember this but I think it should be correct now |
Tagged as medium difficulty because hist. |
I was interested in working on this. Can you please verify some things. Currently, the bottom is set to be 1/logbase by default for a stepfilled graph set to a log scale. If the bottom parameter is provided, it's value is used instead. This seems to be the intended behaviour from the comments in the code. Is it supposed to be set to the lower ylim value instead when bottom isn't given? |
Probably the correct fix is some variant of #9477. |
I think this issue is somewhat different. Can you please clarify how the step filled histogram is supposed to behave when bottom isn't set. The code is setting the default to 1/ logbase which seems to be reasonable. |
Follow up to #4606 and #4608
Compare bar:
to stepfilled:
Setting bottom is not really a correct solution since it shifts the top of the bar with the same amount
The text was updated successfully, but these errors were encountered: