You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the overflow = "compress" adjustment doesn't take into account the effective max bin count as calculated in dot_heap(). The right solution might be to optionally return the relevant info from find_dotplot_binwidth() so this check can be done.
(alternative is to accept that overflow = "compress" is really only designed for when dots get very small, where it already works well).
mjskay
changed the title
check on max bin count conditions for stackratio != 1
check on max bin count conditions for overflow = "compress"
Jan 13, 2024
in dot_heap and when overflow = "compress" --- pretty sure this check needs to be adjusted
The text was updated successfully, but these errors were encountered: