JuliaStats / TimeSeries.jl

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

Fix plotrecipes for candlestick #464

Closed iblislin closed 4 years ago

iblislin commented 4 years ago

TODO:

plot(ta, st = :candlestick, bar_width = .8, color = [:green, :red], xrotation = 60)
codecov-commenter commented 4 years ago

Codecov Report

Merging #464 into master will decrease coverage by 2.57%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #464      +/-   ##
==========================================
- Coverage   89.47%   86.90%   -2.58%     
==========================================
  Files          12       12              
  Lines         608      649      +41     
==========================================
+ Hits          544      564      +20     
- Misses         64       85      +21     
Impacted Files Coverage Δ
src/plotrecipes.jl 13.33% <0.00%> (-4.22%) :arrow_down:
src/apply.jl 88.88% <0.00%> (-2.42%) :arrow_down:
src/combine.jl 96.51% <0.00%> (-2.26%) :arrow_down:
src/tables.jl 92.68% <0.00%> (-2.19%) :arrow_down:
src/split.jl 100.00% <0.00%> (ø)
src/utilities.jl 100.00% <0.00%> (ø)
src/timearray.jl 97.26% <0.00%> (+0.05%) :arrow_up:
src/broadcast.jl 94.44% <0.00%> (+6.56%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 33417cc...57c1238. Read the comment docs.