Hi, I tried your dev branch as suggested,
julia> Pkg.status("Plots")
- Plots 0.5.3+ dev
but when typing in Atom:
using Plots
Plots.gr()
Plots.plot(rand(100))
nothing appeared. Do I have to do something else?
