plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
17.08k stars 1.87k forks source link

add the 'area' property to 'scalemode' in the violin #7163

Open Wzhudou opened 1 month ago

Wzhudou commented 1 month ago

Hello everyone, I have a question about the violin, why is there only two modes (count and width) in the scalemode in the plotly.js and there is no 'area', is the purpose of area achieved by other parameter control? If so, can you give an example? If not, I'd like to ask if it will be added in the future. Here is the violin area pattern implemented by Seaborn. violin_area

Thank you