8000 AttributeError: module 'matplotlib.pyplot' has no attribute 'hold' · Issue #12337 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
AttributeError: module 'matplotlib.pyplot' has no attribute 'hold' #12337
Closed
@geatpy-dev

Description

@geatpy-dev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0