Skip to content

Ternary Contour Plots in JavaScript #7519

@Lexachoc

Description

@Lexachoc

I would like to reopen #3503.

Currently there is no native support of ploting contours in ternary plot, the current official documentation for it is wrong (or inconsistent). As reported in this issue from the graphing-library-docs repo.

In plotly.py, Ternary contours in Python, there are ternary contour plots examples:

Image Image

But in JS, Contour Plots in JavaScript, we only get:

Image

Apparently, the JS example only fills the area instead of doing what is expected of a "contour" plot.

It would be great if this could be implemented (or if it already is, but only requires data transformation? ) and if there were examples showing how to plot the contours as in Ternary contours in Python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3backlogfeaturesomething new

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions