Vindaar / ggplotnim

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

Are we pairplots yet? #103

Closed ghost closed 1 year ago

ghost commented 3 years ago

The python library Seaborn has pair plots, where each variable is plotted against each other in Punnett square style. https://seaborn.pydata.org/generated/seaborn.pairplot.html

Being able to quickly generate these plots is really useful for data exploration and would benefit ggplotnim.