MCPcopy Index your code
hub / github.com/plotly/plotly.py / add_contourcarpet

Method add_contourcarpet

plotly/graph_objs/_figure.py:5329–5724  ·  view source on GitHub ↗

Add a new Contourcarpet trace Plots contours on either the first carpet axis or the carpet axis with a matching `carpet` attribute. Data `z` is interpreted as matching that of the corresponding carpet axis. Parameters ---------- a

(
        self,
        a=None,
        a0=None,
        asrc=None,
        atype=None,
        autocolorscale=None,
        autocontour=None,
        b=None,
        b0=None,
        bsrc=None,
        btype=None,
        carpet=None,
        coloraxis=None,
        colorbar=None,
        colorscale=None,
        contours=None,
        customdata=None,
        customdatasrc=None,
        da=None,
        db=None,
        fillcolor=None,
        hovertext=None,
        hovertextsrc=None,
        ids=None,
        idssrc=None,
        legend=None,
        legendgroup=None,
        legendgrouptitle=None,
        legendrank=None,
        legendwidth=None,
        line=None,
        meta=None,
        metasrc=None,
        name=None,
        ncontours=None,
        opacity=None,
        reversescale=None,
        showlegend=None,
        showscale=None,
        stream=None,
        text=None,
        textsrc=None,
        transpose=None,
        uid=None,
        uirevision=None,
        visible=None,
        xaxis=None,
        yaxis=None,
        z=None,
        zauto=None,
        zmax=None,
        zmid=None,
        zmin=None,
        zorder=None,
        zsrc=None,
        row=None,
        col=None,
        secondary_y=None,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

5327 return self.add_trace(new_trace, row=row, col=col, secondary_y=secondary_y)
5328
5329 def add_contourcarpet(
5330 self,
5331 a=None,
5332 a0=None,
5333 asrc=None,
5334 atype=None,
5335 autocolorscale=None,
5336 autocontour=None,
5337 b=None,
5338 b0=None,
5339 bsrc=None,
5340 btype=None,
5341 carpet=None,
5342 coloraxis=None,
5343 colorbar=None,
5344 colorscale=None,
5345 contours=None,
5346 customdata=None,
5347 customdatasrc=None,
5348 da=None,
5349 db=None,
5350 fillcolor=None,
5351 hovertext=None,
5352 hovertextsrc=None,
5353 ids=None,
5354 idssrc=None,
5355 legend=None,
5356 legendgroup=None,
5357 legendgrouptitle=None,
5358 legendrank=None,
5359 legendwidth=None,
5360 line=None,
5361 meta=None,
5362 metasrc=None,
5363 name=None,
5364 ncontours=None,
5365 opacity=None,
5366 reversescale=None,
5367 showlegend=None,
5368 showscale=None,
5369 stream=None,
5370 text=None,
5371 textsrc=None,
5372 transpose=None,
5373 uid=None,
5374 uirevision=None,
5375 visible=None,
5376 xaxis=None,
5377 yaxis=None,
5378 z=None,
5379 zauto=None,
5380 zmax=None,
5381 zmid=None,
5382 zmin=None,
5383 zorder=None,
5384 zsrc=None,
5385 row=None,
5386 col=None,

Callers

nothing calls this directly

Calls 2

add_traceMethod · 0.95
ContourcarpetClass · 0.90

Tested by

no test coverage detected