-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Min/max markers on box plot are not visible with 'dark_background' theme #40769
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
Labels
Milestone
Comments
Thanks for the report @sandyscott! Confirmed the issue in master, investigations welcome to fix. |
take |
yeshsurya
added a commit
to yeshsurya/pandas
that referenced
this issue
Apr 6, 2021
yeshsurya
added a commit
to yeshsurya/pandas
that referenced
this issue
Apr 8, 2021
…with 'dark_background' theme pandas-dev#40769
Closed
yeshsurya
added a commit
to yeshsurya/pandas
that referenced
this issue
May 5, 2021
yeshsurya
added a commit
to yeshsurya/pandas
that referenced
this issue
May 6, 2021
yeshsurya
added a commit
to yeshsurya/pandas
that referenced
this issue
May 6, 2021
3 tasks
yeshsurya
added a commit
to yeshsurya/pandas
that referenced
this issue
May 9, 2021
yeshsurya
added a commit
to yeshsurya/pandas
that referenced
this issue
May 10, 2021
JulianWgs
pushed a commit
to JulianWgs/pandas
that referenced
this issue
Jul 3, 2021
…nd' (pandas-dev#40769) (pandas-dev#41349) * BUG : Fixing - Min/max markers on box plot are not visible with 'dark_background' (pandas-dev#40769) * DOC : Replace method path with uesr friendly version (pandas-dev#40769) * DOC : Formatting change in whatsnew note (pandas-dev#40769)
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The min & max markers (the short lines at the ends of the whiskers) aren't visible with the 'dark_background' theme
Code Sample, a copy-pastable example
Problem description
The min & max markers (the short lines at the ends of the whiskers) aren't visible with the 'dark_background' theme
I initially reported this as matplotlib bug here: matplotlib/matplotlib#19778
They concluded it was an issue with pandas.
diegopetrola said: "I also briefly investigated pandas and it seems they have a function called
_get_standard_colors()
in line 83 of the script calledboxplot.py
. I am fairly confident that it is this function that overrides the theme and causes the issue."Output of
pd.show_versions()
pandas : 1.2.3
numpy : 1.19.1
pytz : 2020.1
dateutil : 2.8.1
pip : 21.0.1
setuptools : 49.6.0
Cython : 0.29.21
pytest : None
hypothesis : None
sphinx : 3.1.2
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : 1.0.1
pymysql : None
psycopg2 : None
jinja2 : 2.11.2
IPython : 7.13.0
pandas_datareader: None
bs4 : None
bottleneck : None
fsspec : None
fastparquet : None
gcsfs : None
matplotlib : 3.3.1
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pyxlsb : None
s3fs : None
scipy : 1.5.2
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
numba : None
The text was updated successfully, but these errors were encountered: