You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
map ggplot color and fill to equivalent arguments in Makie, must be done on a per geom basis
implement scale_fill_manual
implement scale_fill_discrete
implement scale_fill_continuous
implement scale_fill_binned
The text was updated successfully, but these errors were encountered:
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 asstrokecolor
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 ...
ggplot
color and fill to equivalent arguments in Makie, must be done on a per geom basisThe text was updated successfully, but these errors were encountered: