JuliaGraphics / Winston.jl

2D plotting for Julia
MIT License
171 stars 55 forks source link

1.0.0 ERROR: UndefVarError: showall not defined , on 0.7 working #294

Closed programistawpf closed 5 years ago

programistawpf commented 5 years ago

| | | | | | |/ ` | | | | || | | | (| | | Version 1.0.0 (2018-08-08) / |_'|||_'| | Official https://julialang.org/ release |__/ |

julia> using Winston

julia> plot(rand(10)) Error showing value of type FramedPlot: ERROR: UndefVarError: showall not defined

On 0.7 working.... Paul

tknopp commented 5 years ago

thanks, I fixed this 3 hours ago, see https://github.com/JuliaGraphics/Winston.jl/issues/293

A new release is already tagged and just needs to be merged: https://github.com/JuliaLang/METADATA.jl/pull/18143

Until that you can checkout master (add Winston#master in Pkg mode)