You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically we've punted on it for now since picking the appropriate size is a bit difficult. You can pass the array in directly with plt.scatter(x=df['x'], y=df['y'], s=df['s'].values)
If you've got any thoughts, feel free to post in #8244.
Issue
The following code will raise a TypeError exception:
However, there's no problem in using matplotlib directly:
Note: This issue only arises when argument
s
is used. The ordinary x-y scatter plot works fine.Traceback details
output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: