You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will fail to work with future versions of matplotlib, hence should be fixed, also because it floods the screen with tons of annoying warnings.
/anaconda3/lib/python3.7/site-packages/cocopp-2.3.3.18.11-py3.7.egg/cocopp/ppfig.py:574: MatplotlibDeprecationWarning: Saw kwargs ['ls', 'linestyle'] which are all aliases for 'linestyle'. Kept value from 'linestyle'. Passing multiple aliases for the same property will raise a TypeError in 3.3.
res2 = plt.plot(x2, y2, **marker_args)
It's kind-of tricky to understand where this comes from though.
The text was updated successfully, but these errors were encountered:
This will fail to work with future versions of matplotlib, hence should be fixed, also because it floods the screen with tons of annoying warnings.
It's kind-of tricky to understand where this comes from though.
The text was updated successfully, but these errors were encountered: