I am trying to use PyPlot from the JuliaStudio console. I get the following
messages.
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_
When I then try to plot I just don't get a window.
PyPlot works fine from the standard Julia terminal
(but I do get the last three warnings).
Is this a known problem? Is there a fix?
SYSTEM: OS X 10.9.2, Julia 0.2.1, JuliaStudio 0.4.4.
Many thanks,
Christoph