markovmodel / PyEMMA

🚂 Python API for Emma's Markov Model Algorithms 🚂
http://pyemma.org
GNU Lesser General Public License v3.0
311 stars 119 forks source link

matplotlib related warnings #1361

Closed marscher closed 6 years ago

marscher commented 6 years ago

We should probably handle these, as there will be incompatible changes in upcoming matplotlib releases.

also in line 100: /pyemma/plots/plots2d.py:43: DeprecationWarning: contour is deprected; use plot_contour instead. DeprecationWarning)

/pyemma/plots/plots2d.py:650: DeprecationWarning: Legacy mode is deprecated is will be removed in the next major release. Until then use legacy=False DeprecationWarning)

marscher commented 6 years ago

as it turned out this is intended :)