Installing PyPLot creates a folder .matplotlib which only contains a cache
file
fontList.cache
and a tex.cache folder...Do I need to install matplotlib manually from
http://matplotlib.org/api/pyplot_api.html#module-matplotlib.pyplot ???
Because here: https://github.com/stevengj/PyPlot.jl
it said it would be installed automatically when the private python version
is installed, but I'm not sure if these 2 files are it. That I can't
believe so what do I have to do to continue since using:
plot(x,y) for some arrays x,y I just get the output
julia> plot(x,y)
1-element Array{Any,1}:
PyObject <matplotlib.lines.Line2D object at 0x000000002329C6A0>
Can I use the browser for plotting like in Gadfly?!?