Results 96 issues of st--

- [ ] page-flip behaviour (see #12) - [ ] clarify direction of the annotation arrows for when you want to change the styling (see #19) - [ ] add...

The data returned by ScatterWidget depends on user input, specifically whether the user only ever added points of one, or of more colors: - one color only ("regression style"): widget.data_as_X_y...

Now that https://github.com/JuliaLang/LinearAlgebra.jl/pull/1186 is merged, once it can be used by downstream packages, the `chol_lower` and `chol_upper` wrappers in [chol.jl](https://github.com/JuliaStats/PDMats.jl/blob/master/src/chol.jl) can probably be retired. :)

Some of the implementations such as `eigen(::SymTridiagonal)` don't actually accept the keyword arguments of the other implementations, `scale`, `permute`, `sortby`. (`eigen(::Diagonal)` does accept even permute and scale though it just...

speculative