I want to create a violinplot using seaborn and I am a little confused on how to use the parameters. I have my data stored in 6 lists (all having the same length): file1_score & file1_rms * - the 2 lists for file 1*
file2_score & file2_rms * - the 2 lists for file 2*
file3_score & file3_rms * - the 2 lists for file 3*
I want to observe the distributions of scores at distinct rms for the three different files. My output should look like this:
Can someone please help me with the code? Thank you in advance.