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
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
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
The text was updated successfully, but these errors were encountered: