hellolj

Results 2 issues of hellolj

The plug-in is not working with vim or gvim under Arch Linux (3.12.9-1): vim: v7.4.135; perl: v5.18.2; xdg-open: 1.1.0 rc1 terminal: xfce4-terminal 0.6.3

I complied Julia under Archlinux. Successfully added PyPlot package, but failed in loading it: ``` julia> using(PyPlot) ERROR: PyError (PyImport_ImportModule) ImportError("No module named 'matplotlib'",) in pyerr_check at /home/hellolj/.julia/PyCall/src/exception.jl:58 in pyimport...