Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove hold deprecated already in matplotlib v2 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 30, 2020

  1. remove hold deprecated already in matplotlib v2

    "The API Changes document says: Setting or unsetting hold (deprecated in version 2.0) has now been completely removed. Matplotlib now always behaves as if hold=True. To clear an axes you can manually use cla(), or to clear an entire figure use clf()."
    
    https://stackoverflow.com/a/63126102/2236185
    orena1 authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    7c4e29e View commit details
    Browse the repository at this point in the history