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
Gadfly currently allows "1 scale per aesthetic", but this causes issues when using some layers with a scaled color aesthetic, and some layers with specified colorants. In the example below plot p1 works, but plot p2 fails. Plot p2 could be fixed by better handling of Colorants in Scale.color_continuous (and more generally in Scale.color_discrete). This would also help other issues (e.g. #1191). If you think this is good, I'll put in a PR.
Gadfly currently allows "1 scale per aesthetic", but this causes issues when using some layers with a scaled color aesthetic, and some layers with specified colorants. In the example below plot
p1
works, but plotp2
fails. Plotp2
could be fixed by better handling of Colorants inScale.color_continuous
(and more generally inScale.color_discrete
). This would also help other issues (e.g. #1191). If you think this is good, I'll put in a PR.The text was updated successfully, but these errors were encountered: