TimeSeries.jl
TimeSeries.jl copied to clipboard
Support a time series recipe to work with StatPlots.jl
https://github.com/JuliaPlots/StatPlots.jl/issues/37#issuecomment-277462579
- [x] write the code for the recipe
- [x] document its use
- [ ] write some unit tests
- [x] add new package requirements to REQUIRE
- [x] update NEWS
- [ ] tag as a new minor version
https://github.com/JuliaStats/TimeSeries.jl/pull/303
points 1 and 4 above are covered in #303. With regards to 3, unit tests, recipe testing requires Plots (which there is otherwise no reason to depend on).