-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Showing a simple matplotlib plot in plotly Dash #250
Comments
Yes, this is possible. You could use the I recommend posting your implementation questions in the Dash Community Forum, it's quite active: https://community.plot.ly/c/dash |
I actually found a solution for this which even allows interaction. See: |
Hi @gsimchoni , have you figured out based on the above suggestions what to return? |
I posted this question about a week ago on SO and got no answers, thought I'd try my luck here:
Is it possible to show a simple matplotlib plot (the kind usually generated by
plt.show()
) in plotly's Dash framework? Or just plotly-like graphs with plotly's Scatters and Data traces?Specifically I guess I need a different component than
Graph
(see below) and a way to return the simple plot in theupdate_figure
function.Example:
The text was updated successfully, but these errors were encountered: