Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd743b4

Browse files
committed
Remove last (hopefully) _hold
1 parent 929e87c commit cd743b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/tri/tripcolor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ def tripcolor(ax, *args, **kwargs):
4545
The remaining kwargs are the same as for
4646
:meth:`~matplotlib.axes.Axes.pcolor`.
4747
"""
48-
if not ax._hold:
49-
ax.cla()
50-
5148
alpha = kwargs.pop('alpha', 1.0)
5249
norm = kwargs.pop('norm', None)
5350
cmap = kwargs.pop('cmap', None)

0 commit comments

Comments
 (0)