Skip to content
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

Open
cortner opened this issue May 24, 2014 · 2 comments
Open

PyPlot / Matplotlib Issue #224

cortner opened this issue May 24, 2014 · 2 comments

Comments

@cortner
Copy link

cortner commented May 24, 2014

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

@cortner
Copy link
Author

cortner commented May 26, 2014

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;
_
_ _ ()_ | A fresh approach to technical computing
() | () () | Documentation: http://docs.julialang.org
_ _ | | __ _ | Type "help()" to list help topics
| | | | | | |/ ` | |
| | |
| | | | (
| | | Version 0.2.0 (2013-11-16 23:44 UTC)
/ |_'|||__'| | Official http://julialang.org release
|__/ | x86_64-apple-darwin12.5.0

julia> using PyPlot
Loading help data...
Warning: Possible conflict in library symbol dtrtri_
Warning: Possible conflict in library symbol dgetri_
Warning: Possible conflict in library symbol dgetrf_

julia> x = linspace(0,1,100); y = cos(2_pi_x); plot(x,y)
1-element Array{Any,1}:
PyObject <matplotlib.lines.Line2D object at 0x11565e610>

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
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_

@jimmythekid
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants