Skip to content

How do I accomplish faceting with a JupyterChart? #3429

Answered by mattijn
josephburkhart asked this question in Q&A
Discussion options

You must be logged in to vote
chart = alt.Chart(source).mark_bar().encode(
    x='a',
    y='b'
).facet(column='c')

jchart = alt.JupyterChart(chart)

Is not working?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@josephburkhart
Comment options

Answer selected by josephburkhart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants