Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Kernel Density Estimate Plot Feature in react-plotly #336

Open
dbenet-ntu opened this issue Feb 1, 2024 · 1 comment
Open

Comments

@dbenet-ntu
Copy link

Dear React-Plotly Developers,

I'd like to create KDE plots in my React-Plotly dashboard, similar to the Python Plotly function ff.create_distplot. However, I couldn't find a direct way to do this with React-Plotly.

Can you provide guidance or a workaround for creating KDE plots in React-Plotly? This feature would greatly enhance data visualization capabilities in React applications.

Thank you for your help!

@alexcjohnson
Copy link
Collaborator

If all you want is the KDE, try a one-sided violin plot, like https://plotly.com/python/violin/#ridgeline-plot

If you want the histogram and/or rug as well, these can be added as separate histogram and scatter traces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants