Skip to content

Instantly share code, notes, and snippets.

@pkofod
Created June 8, 2016 09:48
Show Gist options
  • Save pkofod/1cf3b7ed87590e0051e0d34ac76839e0 to your computer and use it in GitHub Desktop.
Save pkofod/1cf3b7ed87590e0051e0d34ac76839e0 to your computer and use it in GitHub Desktop.
julia> using Plots
INFO: Precompiling module Plots...
WARNING: Base.writemime is deprecated.
likely near /home/pkm/.julia/v0.5/Plots/src/backends/gadfly.jl:696
WARNING: Base.writemime is deprecated.
likely near /home/pkm/.julia/v0.5/Plots/src/backends/gadfly.jl:696
WARNING: Base.writemime is deprecated.
likely near /home/pkm/.julia/v0.5/Plots/src/backends/gadfly.jl:696
WARNING: Base.writemime is deprecated.
likely near /home/pkm/.julia/v0.5/Plots/src/backends/gadfly.jl:696
WARNING: Base.writemime is deprecated.
likely near /home/pkm/.julia/v0.5/Plots/src/backends/gadfly.jl:696
WARNING: Base.writemime is deprecated.
likely near /home/pkm/.julia/v0.5/Plots/src/backends/qwt.jl:308
WARNING: Base.writemime is deprecated.
likely near /home/pkm/.julia/v0.5/Plots/src/backends/winston.jl:276
WARNING: Base.writemime is deprecated.
likely near /home/pkm/.julia/v0.5/Plots/src/backends/bokeh.jl:198
WARNING: Method definition getindex(Plots.Plot, Symbol) in module Plots at /home/pkm/.julia/v0.5/Plots/src/types.jl:86 overwritten at /home/pkm/.julia/v0.5/Plots/src/args.jl:857.
WARNING: Method definition apply_recipe(Base.Dict{Symbol, Any}, Type{Base.Val{:sticks}}, Any, Any, Any) in module Plots at /home/pkm/.julia/v0.5/RecipesBase/src/RecipesBase.jl:230 overwritten at /home/pkm/.julia/v0.5/RecipesBase/src/RecipesBase.jl:230.
WARNING: Method definition #apply_recipe(Array, RecipesBase.#apply_recipe, Base.Dict{Symbol, Any}, Type{Base.Val{:sticks}}, Any, Any, Any) in module Plots overwritten.
ERROR: LoadError: LoadError: syntax: unhandled expr (:= label )
in include_from_node1(::String) at ./loading.jl:426 (repeats 2 times)
in macro expansion; at ./none:2 [inlined]
in anonymous at ./<missing>:?
in eval(::Module, ::Any) at ./boot.jl:225
in process_options(::Base.JLOptions) at ./client.jl:243
in _start() at ./client.jl:322
while loading /home/pkm/.julia/v0.5/Plots/src/recipes.jl, in expression starting on line 730
while loading /home/pkm/.julia/v0.5/Plots/src/Plots.jl, in expression starting on line 199
ERROR: Failed to precompile Plots to /home/pkm/.julia/lib/v0.5/Plots.ji
in compilecache(::String) at ./loading.jl:505
in require(::Symbol) at ./loading.jl:364
in eval(::Module, ::Any) at ./boot.jl:225
in macro expansion at ./REPL.jl:92 [inlined]
in (::Base.REPL.##1#2{Base.REPL.REPLBackend})() at ./event.jl:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment