joshday / OnlineStats.jl

⚡ Single-pass algorithms for statistics
https://joshday.github.io/OnlineStats.jl/latest/
MIT License
831 stars 62 forks source link

Bug: Y-Marginals for heatmap are wrong #283

Closed schlichtanders closed 3 months ago

schlichtanders commented 6 months ago

Even the documentation itself shows this https://joshday.github.io/OnlineStats.jl/latest/dataviz/#HeatMap

See how the one marginal appears empty. It is not empty actually, just the y-axis is completely wrong.

joshday commented 3 months ago

This is a Plots.jl bug (incorrectly setting ylims). I've added a fix.