How can I facet on multiple variables? #3601
-
I tried to figure out by reading examples/docs of both Altair and Vega-Lite, but I don't find any. What I am trying to achieve is the following equivalent in ggplot2:
However, I can't find anyway to make Altair Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
You could use |
Beta Was this translation helpful? Give feedback.
There is currently no support for that in Vega-Lite so it is not available in Altair. Instead, you can create the new combined column with the dataframe library you're using, or directly in altair using
transform_calculate
: