TidierOrg / TidierPlots.jl

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

scale_fill #80

Open rdboyes opened 5 months ago

rdboyes commented 5 months ago

Scale_colo[u]r is implemented, but not scale_fill. The challenge here is that Makie and ggplot mean slightly different things by 'color', and Makie doesn't seem to have a concept of fill. Rather, color is the primary color always in Makie, and things that would be color in ggplot are referred to as strokecolor or similar.

Makie's way of referring to colors is frankly better in my opinion, but the goals of the package require fealty to ggplot, so scale_fill must be implemented ...