Vindaar / ggplotnim

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

avoid emphasizing numbers in column names #34

Closed Vindaar closed 4 years ago

Vindaar commented 4 years ago

Previously we could end up with a DF with column names, which are explicitly annotated as strings if the name was a valid number.

This also now allows to echo VFloat values as without explicitly showing the quotation marks.