Josh Day

Results 97 comments of Josh Day
trafficstars

@sethaxen I'd be cool with a package extensions implementation. I won't be able to work on it for a while, but I would accept a PR.

I'm not planning on implementing this. Happy to review a PR, though.

I've been using TextPlots for a Base.show method in [AverageShiftedHistograms](https://github.com/joshday/AverageShiftedHistograms.jl), so I'd love to see 0.4 compatibility now that breaking changes have settled down a bit. Thanks for the cool...

Also called [edge bundling](https://www.data-to-viz.com/graph/edge_bundling.html)

My system looks just like yours, but I can't reproduce this.

I'm not sure what you mean by type info is lost. `eltype` is used primarily for iteration, which isn't defined (e.g. `for i in Mean()...` is an error) To your...

Hmm, okay. Where is the `eltype(eltype(T))` happening/why is that necessary? I'm trying to understand the use case since OnlineStats aren't iterable to begin with. I'm not sure what a "trajectory"...

Thanks for the info! I'll have to mull this over a bit since I'd rather not add methods to the OnlineStatsBase interface if I can avoid it.

Hmm, there's an error with the multi-observation method, since this appears to work: ```julia julia> fit!(g, data[1]) Group ├─ HeatMap: n=1 | value=(x = 0:10, y = -5:5, z =...

Looks cool! If you go for it, let me know if you have any questions.