Skip to content

Consider implementing ContourData to allow a more customized setting of x, y, z in contour plots #1

Description

@allanleal

Consider implementation of ContourData to allow a more customized setting of x, y, z:

fig.drawContour(
    ContourData()
        .x()
        .y()
        .z()
        .name()
        .x0()
        .dx()
        .y0()
        .dy(),
    ContourSpecs()
        .colorscale("Portland")
        .coloringModeFill()
        .coloringModeHeatmap()
        .numContours(20),
        .line(LineSpecs()
            .width(1)
            .color("white")));

Currently, only fig.drawContour(x, y, z, specs) is allowed.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions