ggplotnim icon indicating copy to clipboard operation
ggplotnim copied to clipboard

`stat = "bin"` together with log plots is broken

Open Vindaar opened this issue 4 years ago • 0 comments

Trying to combine stat = "bin" for any geom with log plots is currently broken. Instead of something like:

log_log_sampled_energy_for_energy_loss

we instead get something like:

broken_stat_bin

Clearly assigning x/y pairs / performing the transformations is broken for stat = "bin".

Vindaar avatar Jun 07 '21 18:06 Vindaar