MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / add_contourf_set

Method add_contourf_set

lib/mpl_toolkits/mplot3d/axes3d.py:2841–2843  ·  view source on GitHub ↗
(self, cset, zdir='z', offset=None, *, axlim_clip=False)

Source from the content-addressed store, hash-verified

2839 axlim_clip=axlim_clip)
2840
2841 def add_contourf_set(self, cset, zdir='z', offset=None, *, axlim_clip=False):
2842 self._add_contourf_set(cset, zdir=zdir, offset=offset,
2843 axlim_clip=axlim_clip)
2844
2845 def _add_contourf_set(self, cset, zdir='z', offset=None, axlim_clip=False):
2846 """

Callers

nothing calls this directly

Calls 1

_add_contourf_setMethod · 0.95

Tested by

no test coverage detected