Vindaar / ggplotnim

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

Add `ggmulti` #121

Closed Vindaar closed 3 years ago

Vindaar commented 3 years ago

Adds ggmulti helper to put multiple unrelated plots onto a single ginger canvas. Avoids the ugliness that is done in recipe:

https://github.com/Vindaar/ggplotnim/blob/master/recipes.org#plot-consisting-of-multiple-subplots

That recipe needs to be updated still.

CI will fail due to updated datamancer until https://github.com/SciNim/Datamancer/pull/9 is merged.

In the meantime other changes were added: