Hi, When I run the test file of Winston, i always got the FramedPlot(...). How can the plot show?
using Winston large = [i^4 + 1e12 for i in 1:10^3] small = [1:10^3] p = plot(small,large) *julia> **p = plot(small,large)* *FramedPlot(...)* Also, I did. *julia> **FramedPlot(p)* *ERROR: BoundsError()* *in args2dict at /Users/yuchen/.julia/Winston/src/Winston.jl:82* *in iniattr at /Users/yuchen/.julia/Winston/src/Winston.jl:2479* *in FramedPlot at /Users/yuchen/.julia/Winston/src/Winston.jl:988*