-
Notifications
You must be signed in to change notification settings - Fork 16
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
ax.scatter
or ax.plot
in scatter_plot_2d
?
#252
Comments
Unfortunately, |
That's pretty clear. Let's remove this from 2.0.0, but keep the issue as a placeholder to remind us if/when @Ormorod fixes pandas. |
I hadn't realised you were keen for this change, I'll get a PR in to pandas asap |
If you could give pandas PR#51582 some love to get the ball rolling that would be great, as I suspect this will be harder to get through than a genuine bug fix |
In #50 (comment) we changed
scatter_plot_2d
such that it usesax.plot
instead ofax.scatter
:The bugs are supposedly fixed by now. Do we want to go back to
ax.scatter
? If so, 2.0.0 would be the time to do this.Apparently
ax.plot
might be faster, butax.scatter
can potentially do more.For reference:
Notes
in https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.scatter.html#matplotlib-pyplot-scatterThe text was updated successfully, but these errors were encountered: