Closed
Description
Bug report
Bug summary
Code for reproduction
#
# matplotlib.pyplot.hold(True)
#
Actual outcome
#
Traceback (most recent call last):
File "<ipython-input-5-e6c3cacc0f5d>", line 1, in <module>
matplotlib.pyplot.hold(True)
AttributeError: module 'matplotlib.pyplot' has no attribute 'hold'
#
Expected outcome
Matplotlib version
- Operating system:
- Matplotlib version:
- Matplotlib backend (
print(matplotlib.get_backend())
): - Python version:
- Jupyter version (if applicable):
- Other libraries:
After updating matplotlib3.0.0, it occurs "AttributeError: module 'matplotlib.pyplot' has no attribute 'hold'" error when I write "matplotlib.pyplot.hold(True)". It may be a big BUG of matplotlib!
Metadata
Metadata
Assignees
Labels
No labels