-
Notifications
You must be signed in to change notification settings - Fork 13
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
Crash when using Immerse and PyPlot #60
Comments
I'm pretty sure this is a problem far out of the control of either Immerse or PyPlot. It's what happens when you have multiple monolithic gui frameworks messing with program memory. Just out of curiosity... What backend is PyPlot using? (PyPlot.backend) Immerse is using Gtk.
|
It says julia> PyPlot.backend
"qt4agg" |
the Immerse README clearly states support for Gadfly, and has no mention of PyPlot. |
Julia crashes when using PyPlot with Immerse, PyPlot however seems to work fine with for example Gadfly. I'm running Julia v0.4.2. (I updated julia to 0.4.4 and all the packages, and problem persists). Minimum example:
The same problem occurs with
using
. I get the following traceI have also experience the following error
The text was updated successfully, but these errors were encountered: