-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
DataFrame.plot.box ignores by argument #15079
Comments
This is also related to #7998. I thought that the code for |
I don't think it's the same -- from the discussion there, it looks like #9274 is about documenting that |
@TomAugspurger , I agree with @bkandel 's comment. |
The Stack Overflow question got no answers. It seems to be a bug. |
I actually think this is the same issue. Ideally on the long term the implementation of |
@jorisvandenbossche I would LOVE to see |
Code Sample, a copy-pastable example if possible
Problem description
It seems that
by
argument is silently ignored and no grouping occurs. Probably, it is related to #9274.Expected Output
I expect that three figures will be the same as the first one.
Output of
pd.show_versions()
pandas: 0.19.0+311.gb895968
nose: 1.3.7
pip: 9.0.1
setuptools: 27.2.0
Cython: 0.25.1
numpy: 1.11.2
scipy: None
statsmodels: None
xarray: None
IPython: 5.1.0
sphinx: 1.5.1
patsy: None
dateutil: 2.6.0
pytz: 2016.10
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: 1.5.3
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: None
html5lib: 0.9999999
httplib2: None
apiclient: None
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.8
s3fs: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: