| 6 | |
| 7 | |
| 8 | class Contourcarpet(_BaseTraceType): |
| 9 | _parent_path_str = "" |
| 10 | _path_str = "contourcarpet" |
| 11 | _valid_props = { |
| 12 | "a", |
| 13 | "a0", |
| 14 | "asrc", |
| 15 | "atype", |
| 16 | "autocolorscale", |
| 17 | "autocontour", |
| 18 | "b", |
| 19 | "b0", |
| 20 | "bsrc", |
| 21 | "btype", |
| 22 | "carpet", |
| 23 | "coloraxis", |
| 24 | "colorbar", |
| 25 | "colorscale", |
| 26 | "contours", |
| 27 | "customdata", |
| 28 | "customdatasrc", |
| 29 | "da", |
| 30 | "db", |
| 31 | "fillcolor", |
| 32 | "hovertext", |
| 33 | "hovertextsrc", |
| 34 | "ids", |
| 35 | "idssrc", |
| 36 | "legend", |
| 37 | "legendgroup", |
| 38 | "legendgrouptitle", |
| 39 | "legendrank", |
| 40 | "legendwidth", |
| 41 | "line", |
| 42 | "meta", |
| 43 | "metasrc", |
| 44 | "name", |
| 45 | "ncontours", |
| 46 | "opacity", |
| 47 | "reversescale", |
| 48 | "showlegend", |
| 49 | "showscale", |
| 50 | "stream", |
| 51 | "text", |
| 52 | "textsrc", |
| 53 | "transpose", |
| 54 | "type", |
| 55 | "uid", |
| 56 | "uirevision", |
| 57 | "visible", |
| 58 | "xaxis", |
| 59 | "yaxis", |
| 60 | "z", |
| 61 | "zauto", |
| 62 | "zmax", |
| 63 | "zmid", |
| 64 | "zmin", |
| 65 | "zorder", |
no outgoing calls
no test coverage detected