-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
scatter drops points if xscale is activated TOO LATE #3059
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
Labels
Milestone
Comments
This is an issue of auto-scale not working as well as it should. Calling
makes the two axes identical. |
Punting to 1.4.x. I am no longer sure this is a bug as I am not sure if scatter should call auto-scale or not. |
PR #3481 should resolve this issue |
6 tasks
It's fixed in 3.2.2 at least, so I'd wager it's the lazy autoscaling work in 3.2.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using matplotlib 1.3.1 with GTKagg backend. I found that if I call
ax.set_xscale
before callingax.scatter
everything works fine. However if I change the order of the commands, most points are not displayed. Here is some sample code:This leads to the following output: http://imgur.com/xqsR9fr
I'm not sure if this is the same as #2872 or not, maybe someone who has the current master installed can test that.
The text was updated successfully, but these errors were encountered: