Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Mar 23, 2022 - Jupyter Notebook
Add a description, image, and links to the matplotlib topic page so that developers can more easily learn about it.
To associate your repository with the matplotlib topic, visit your repo's landing page and select "manage topics."
Summary
We have clf/clear and cla/clear as pairs of related but not quite the same methods an the Figure and Axes classes. The
clf
/clear
pair has mostly been consolidated (and is fully in #22735 ), but the cla case is more work because we bunch of Axes subclasses in the code base. Long term I think every Axes subclass:clear
andcla
should be identical