TidierOrg / TidierPlots.jl

Tidier data visualization in Julia, modeled after the ggplot2 R package.
MIT License
218 stars 8 forks source link

Refactor: Reduce internal use of String types in favor of Symbols #97

Closed rdboyes closed 2 weeks ago

rdboyes commented 5 months ago

Describe how it works in R's ggplot2 Package internal Dicts use a mix of string keys and symbol keys, causing unnecessary confusion. Lets convert all keys to symbols as early as possible.