Vindaar / ggplotnim

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

`hdOutline` means `position = "identity"` for histograms #113

Closed Vindaar closed 3 years ago

Vindaar commented 3 years ago

This is a small change for the defaults used for histogram. Using histogram outline drawing (hdKind = hdOutline) uses identity positioning now. The default of stacking positions with outlines is broken I think.

Vindaar commented 3 years ago

This has been superseeded by #115 and instead of changing the semantics, we simply fixed the original problem.