plotly / react-plotly.js

A plotly.js React component from Plotly 📈
MIT License
1.01k stars 135 forks source link

How to create KDE and Overlayed KDE in Plotly JS #293

Open jagadeesheg opened 1 year ago

jagadeesheg commented 1 year ago

Hi Plotly,

Could you please help me how to create KDE and overlayed KDE plots in react plotly?

alexcjohnson commented 1 year ago

@jagadeesheg this repo is a thin wrapper around plotly.js, and our most extensive docs are made for the Python client, but these all work the same. I suspect what you want is a violin plot with side: 'positive' - see for example https://plotly.com/python/violin/ and scroll down to "split violin plot"

Oshuvardhan commented 4 months ago

Hi Plotly,

Could you please help me how to create Dist plots in react plotly?