Violinplot works but swarmplot throws keyerror #3364
Replies: 2 comments
-
Caused by this library: timple |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just ran into the same Casper-Guo problem. Verified correct data just before calling sns.swarmplot |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a dataframe obtained from Fastf1 and I want to make a visualization that combines violinplot and swarmplot.
When I make the violinplot only with the following:
I get the following plot without issue:

However, when I try to make the swarmplot on top of the violinplot or by itself with the following:
the following error is thrown:
P.S Making the violinplot with
inner="point"
triggers the same error.Beta Was this translation helpful? Give feedback.
All reactions