Randy Zwitch
Randy Zwitch
Clean up DataZoom slider type, figure out DataZoom inside type, etc.
Look at corrplot in R, evaluate what features would be useful (sort, removing 1.00 from diagonal, etc.) Missing value treatment could depend on decisions made https://github.com/JuliaStats/StatsBase.jl/issues/343
box brittle with outliers, i.e. box logic hard coded into `flip!`
Thinking about creating a global for settings such as size, theme, display type, etc.
- [ ] line: `sampling` - [ ] lines: `large`
Add docstrings for inline documentation - [x] plot methods - [ ] mutating plot methods
Test suite relies on pixel-perfect accuracy between PR code and existing baseline. Tests have been failing this week, presumably from updating the baseline using macOS but running the tests using...
DataFrames specifically has made some breaking changes from 0.18 to 0.20, should update and release a new version