Vindaar / ggplotnim

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

Allow custom margins, closes #89 #90

Closed Vindaar closed 4 years ago

Vindaar commented 4 years ago

This performs a cleanup of the plot layout logic and adds a margin proc, which returns a Theme to set custom margins around a plot.

Closes #89.