Skip to content
Discussion options

You must be logged in to vote

It looks like seaborn community is pretty much inactive. I figured out that I can add a title via matplotlib, though:

f = plt.figure()
so.Plot(df, x="A").facet("B").add(so.Bar(), so.Count()).on(f).plot()
f.suptitle("Super awesome plot")
plt.show()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by guerda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant