plotly / graphing-library-docs

Plotly's graphing libraries documentation.
https://plotly.com/graphing-libraries
Other
55 stars 65 forks source link

Plotly.js - Ternary contour plot #195

Open Esteliell opened 2 years ago

Esteliell commented 2 years ago

Hello!

While browsing the plotly.js documentation to understand how to make ternary contour plots, I noticed an inconsistency. Indeed, what is presented as an example for ternary contour plots seems to be a classical ternary plot with blocks colored.

ternarycontourplot1

Screenshot 1 : When on the page, it states ternary contour plots as the title, but the subtitle already indicates that it is probably not.

ternarycontourplot2 expectation Screenshots 2 and 3 : what is shown as example (2) and what is shown as an ternary contour plot in the menu of Plotly.js scientific charts (3)

I think it's only an inconsistency, as plotly python allows to do that sort of graps, and - if I'm not mistaken - Plotly Python is powered by the same JS core. :)

Beramos commented 3 months ago

I noticed this as well. I would also like to know how to create the continuous version with the JS interface