Skip to content
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

Additional matplotlib 3.1 deprecation warnings #95

Open
bwohlberg opened this issue Feb 6, 2020 · 1 comment
Open

Additional matplotlib 3.1 deprecation warnings #95

bwohlberg opened this issue Feb 6, 2020 · 1 comment

Comments

@bwohlberg
Copy link

The 0.7.1 release has addresses some of the MatplotlibDeprecationWarning warnings with matplotlib 3.1, but there are some additional ones remaining:

/opt/conda/miniconda3/envs/py36/lib/python3.6/site-packages/mpldatacursor/datacursor.py:413: MatplotlibDeprecationWarning:
The pprint_val function was deprecated in Matplotlib 3.1 and will be removed in 3.3.
return formatter.pprint_val(x)
/opt/conda/miniconda3/envs/py36/lib/python3.6/site-packages/mpldatacursor/pick_info.py:297: MatplotlibDeprecationWarning:
The line2d_seg_dist function was deprecated in Matplotlib 3.1 and will be removed in 3.3.
i, (p0, p1) in enumerate(edges)]

@jondo
Copy link

jondo commented Jan 11, 2021

According to #100 (comment), at least the pprint_val warning has been fixed on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants