-
Notifications
You must be signed in to change notification settings - Fork 48
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
PyPlot / Matplotlib Issue #224
Comments
I also tested this with the Julia packaged from JuliaStudio, by starting it from the command line $ /Applications/JuliaStudio.app/julia/bin/julia-readline ; exit; julia> using PyPlot julia> x = linspace(0,1,100); y = cos(2_pi_x); plot(x,y) This creates the correct figure. The same code creates the correct figure if I use the Julia distribution (0.2.1). The same code, run from the JuliaStudio Windows gives the error (or, WARNING) message from my original post. julia> using PyPlot |
Im having the same issue with Gadfly within Julia Studio but it seems to be rendering sometimes.. then from command line it isnt working at all... |
PyPlot package without difficulties
Runs without problems within Julia
But within Julia Studio I get the following message:
"""
julia> using PyPlot
WARNING: No working GUI backend found for matplotlib.
Loading help data...
Warning: Possible conflict in library symbol dtrtri_
Warning: Possible conflict in library symbol dgetri_
Warning: Possible conflict in library symbol dgetrf_
"""
(the last three warnings I also get in "plain julia" in terminal)
System:
Julia Studio 0.4.4
Julia 0.2.1
MacOSX 10.9.2
The text was updated successfully, but these errors were encountered: