tritemio / FRETBursts

Burst analysis software for smFRET. **Moved to OpenSMFS organization**
https://github.com/OpenSMFS/FRETBursts
GNU General Public License v2.0
16 stars 17 forks source link

ymin and ymax deprication warning for Matplotlib 3.2 #71

Closed mayeshh closed 5 years ago

mayeshh commented 5 years ago

I am getting a persistent deprecation warning for many of the dplot() functions.

This is the error:

/Users/maya/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib/axes/_base.py:3610: MatplotlibDeprecationWarning: Theymaxargument was deprecated in Matplotlib 3.0 and will be removed in 3.2. Usetopinstead. alternative='top', obj_type='argument') /Users/maya/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib/axes/_base.py:3604: MatplotlibDeprecationWarning: Theyminargument was deprecated in Matplotlib 3.0 and will be removed in 3.2. Usebottominstead. alternative='bottom', obj_type='argument')

Repeated many times.

I have gone into my copy of burst_plot.py and changed all instances of ymax to top and ymin to bottom. I saved the file and relaunched the notebook, but the warning persists.

tritemio commented 5 years ago

@mayeshh, can you please open this issue on the FRETBursts repo in the OpenSMFS organization? The repo here is not the official one anymore, thanks.