-
Notifications
You must be signed in to change notification settings - Fork 35
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
Compatibility with PyPlot #5
Comments
Hi, What is the |
If I use another backend then QT for PyPlot everything works fine. This works:
This doesn't work with QML:
While importing still works, plotting crashes with the following error:
There should be a way to make sure, that only one QT event loop is used. But I have a work-around for now. |
There is an example using PyPlot now, so I'm closing this. |
Hello,
I already built a nice GUI with QML.jl .
Now I want to use it together with PyPlot to plot the results. This fails:
I know that it might be difficult to get this right. Is there a way to make PyPlot and QML compatible?
The text was updated successfully, but these errors were encountered: