Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: groupby().plot(kind='scatter') broken #11805
Comments
jorisvandenbossche
added Visualization Regression
labels
Dec 9, 2015
jorisvandenbossche
added this to the
0.18.0
milestone
Dec 23, 2015
jorisvandenbossche
referenced
this issue
Dec 23, 2015
Merged
Fix passing args in groupby plot (GH11805) #11891
jorisvandenbossche
closed this
in #11891
Dec 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jorisvandenbossche commentedDec 9, 2015
From SO: http://stackoverflow.com/questions/34123075/pandas-scatterplot-not-working-as-intended
does not give you a scatter plot anymore (as an illustration, notebook with pandas 0.16.2 and pandas 0.17.0 )
This worked fine in pandas 0.16.2, but not anymore in 0.17.0 (or master). With using the new accessor syntax:
diamonds.groupby('color').plot.scatter(x='carat', y='price')it still works.Possibly related to the accessor plotting? @shoyer
cc @TomAugspurger @sinhrks