Skip to content

Commit 9a8944d

Browse files
committed
Remove last (hopefully) _hold
1 parent 04ee47d commit 9a8944d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/tri/tripcolor.py

-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ def tripcolor(ax, *args, **kwargs):
4949
The remaining kwargs are the same as for
5050
:meth:`~matplotlib.axes.Axes.pcolor`.
5151
"""
52-
if not ax._hold:
53-
ax.cla()
54-
5552
alpha = kwargs.pop('alpha', 1.0)
5653
norm = kwargs.pop('norm', None)
5754
cmap = kwargs.pop('cmap', None)

0 commit comments

Comments
 (0)