JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
352 stars 69 forks source link

Plotting TimeArray with seriestype == :candlestick causes exception "UndefVarError: find not defined" #432

Closed Sh4pe closed 4 years ago

Sh4pe commented 4 years ago

When plotting a TimeArray using seriestype = :candlestick, I get the following exception:

UndefVarError: find not defined

caused at plotrecipes.jl:27. I'm using v0.16.0 of TimeSeries.jl and Julia 1.12. Indeed, the function find is not defined. The code in plotrecipes.jl seems not to have changed between v0.16.0 and master.

iblislin commented 4 years ago

Hi @Sh4pe could you open a PR about that? find -> findall.

Sh4pe commented 4 years ago

Ok, I will. Thanks for the advice!