nmrsim icon indicating copy to clipboard operation
nmrsim copied to clipboard

matplotlib unexpected keyword argument

Open sametz opened this issue 4 years ago • 0 comments

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)

sametz avatar Jun 20 '21 15:06 sametz