joshday / AverageShiftedHistograms.jl

⚡ Lightning fast density estimation in Julia ⚡
https://joshday.github.io/AverageShiftedHistograms.jl/latest/
Other
73 stars 10 forks source link

TODO list #4

Closed joshday closed 8 years ago

joshday commented 9 years ago
joshday commented 9 years ago

Checking off plot methods for now, thanks to UnicodePlots and a new show method.

Evizero commented 9 years ago

Hi! saw your ANN in the stats mailing list and came to check it out. Cool stuff! Also, it was nice to see someone already using my plotting package! Note that I am already working on the better automatic plotting ranges and manual overwrites, which seem like things that you'd need.

joshday commented 9 years ago

Hi! The terminal plotting makes it nice and easy to play around with the smoothing parameter and kernel, so thanks for UnicodePlots! I'll keep my eye open for updates.

Evizero commented 9 years ago

Automatic plotting range should now be improved (in UnicodePlots master). As soon as I tag the version it should automatically look like that, which I think looks a lot better.

axis_improv

options for choosing xlim and ylim are also implemented now. I'll tag the update soon

joshday commented 9 years ago

:+1: Thanks for the heads up. Looks nice.