Vindaar / ggplotnim

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

Add geom errorbar #51

Closed Vindaar closed 4 years ago

Vindaar commented 4 years ago

This PR adds geom_errorbar and geom_linerange (just an alias for error bars without a "T" end; still to be added).

Also some further performance improvements regarding the same cases as mentioned in #49