QT widgets with matplotlib #4323
-
Beta Was this translation helpful? Give feedback.
Answered by
falkoschindler
Feb 8, 2025
Replies: 1 comment 1 reply
-
Hi @Teancum-Q, Unfortunately, I don't think this is or will be possible. The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Teancum-Q
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Teancum-Q,
Unfortunately, I don't think this is or will be possible. The
ui.matplotlib
element only sends the generated plot to the client and has no way to render interactive elements. In this respect JavaScript-based libraries like Plotly have a clear advantage over QT-based widgets.