Vindaar / ggplotnim

A port of ggplot2 for Nim
https://vindaar.github.io/ggplotnim
MIT License
176 stars 15 forks source link

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

Open Vindaar opened 3 years ago

Vindaar commented 3 years ago

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".