(self, cset, zdir='z', offset=None, *, axlim_clip=False)
| 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 | """ |
nothing calls this directly
no test coverage detected