It it possible to create nested in altair, similar to this from the ggh4x
package?
Asked
Active
Viewed 19 times
0
-
Have a look at [facet charts](https://altair-viz.github.io/user_guide/compound_charts.html#faceted-charts). You might have to fiddle around with the configurations of the titles, but in essence, that should give you what you want. – betaigeuze Aug 30 '23 at 12:17
-
I am rather trying to figure out if something like [this vega lite example](https://stackoverflow.com/questions/74231700/nested-axis-labels-for-grouped-bar-chart-in-vega-lite) is possible in altair, too. – Revan Aug 30 '23 at 13:15
-
1Isn't that just [this](https://altair-viz.github.io/gallery/grouped_bar_chart_horizontal.html#horizontal-grouped-bar-chart)? – betaigeuze Aug 30 '23 at 13:36
-
But how would you do that, if you need multiple levels (i.e. faceting and nested axis labels)? – Revan Aug 31 '23 at 07:19