Snippets tagged “clf”
1 snippet uses this tag.
- When to use cla(), clf() or close() for clearing a plot in matplotlib?Python
cla() is used to clear the current axis of a plot in matplotlib.
1 snippet uses this tag.
cla() is used to clear the current axis of a plot in matplotlib.