norvig / pytudes

Python programs, usually short, of considerable difficulty, to perfect particular skills.
MIT License
22.6k stars 2.39k forks source link

Remove deprecated plt.hold(True) #76

Closed BioGeek closed 4 years ago

BioGeek commented 4 years ago

The hold functionality was deprecated in 2.1, and intentionally removed in 3.0. The default behavior for matplotlib has always been plt.hold(True), so making that call is superfluous.