*Hi Harven,*

*There is still something wrong...I don't know why. *

*julia> **large = [i^4 + 1e12 for i in 1:10^3] ;*

*julia> **small = [1:10^3] ;*

*julia> **p = FramedPlot() ; *

*julia> **plot(p,small,large)*

*FramedPlot(...)*



julia> using Winston

ERROR: could not open file /Users/yuchen/.julia/Tk/src/../deps/deps.jl

 in include at boot.jl:243

 in include_from_node1 at loading.jl:120

 in include at boot.jl:243

 in include_from_node1 at loading.jl:120

 in reload_path at loading.jl:144

 in _require at loading.jl:59

 in require at loading.jl:46

 in include at boot.jl:243

 in include_from_node1 at loading.jl:120

 in include at boot.jl:243

 in include_from_node1 at loading.jl:120

 in reload_path at loading.jl:144

 in _require at loading.jl:59

 in require at loading.jl:43

while loading /Users/yuchen/.julia/Tk/src/Tk.jl, in expression starting on 
line 19

while loading /Users/yuchen/.julia/Winston/src/tk.jl, in expression 
starting on line 1

while loading /Users/yuchen/.julia/Winston/src/Winston.jl, in expression 
starting on line 2554



在 2014年3月4日星期二UTC-6上午2时05分26秒,harven写道:
>
>
> julia> large = [i^4 + 1e12 for i in 1:10^3] ;
>        small = [1:10^3] ;
>        plot(small,large)
>
> or 
> julia> large = [i^4 + 1e12 for i in 1:10^3] ;
>        small = [1:10^3] ;
>        p = FramedPlot() ; 
>        plot(p,small,large)
>
>
>

Reply via email to