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
Running the demo Jupyter notebooks, the following type of error was seen when plotting "stick"-style plots:
/srv/conda/envs/notebook/lib/python3.7/site-packages/matplotlib/cbook/deprecation.py:107: MatplotlibDeprecationWarning: stem() got an unexpected keyword argument 'use_line_collection'. This will raise a TypeError in future versions.
warnings.warn(message, mplDeprecation, stacklevel=1)
The text was updated successfully, but these errors were encountered:
Running the demo Jupyter notebooks, the following type of error was seen when plotting "stick"-style plots:
The text was updated successfully, but these errors were encountered: