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
In the version 0.10.0, I could assign size=1, in the sns.relplot(), there is no error.
In the version 0.10.1, I will gain an error "TypeError: object of type 'int' has no len()".
I must assign size be "size=[1] * len(mpg)".
The text was updated successfully, but these errors were encountered:
https://seaborn.pydata.org/examples/scatter_bubbles.html
In the version 0.10.0, I could assign size=1, in the sns.relplot(), there is no error.
In the version 0.10.1, I will gain an error "TypeError: object of type 'int' has no len()".
I must assign size be "size=[1] * len(mpg)".
The text was updated successfully, but these errors were encountered: