Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929e87c commit cd743b4Copy full SHA for cd743b4
1 file changed
lib/matplotlib/tri/tripcolor.py
@@ -45,9 +45,6 @@ def tripcolor(ax, *args, **kwargs):
45
The remaining kwargs are the same as for
46
:meth:`~matplotlib.axes.Axes.pcolor`.
47
"""
48
- if not ax._hold:
49
- ax.cla()
50
-
51
alpha = kwargs.pop('alpha', 1.0)
52
norm = kwargs.pop('norm', None)
53
cmap = kwargs.pop('cmap', None)
0 commit comments