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

Method add_contourcarpet

plotly/graph_objs/_figurewidget.py:5331–5726  ·  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

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

Callers

nothing calls this directly

Calls 2

add_traceMethod · 0.95
ContourcarpetClass · 0.90

Tested by

no test coverage detected