Put the following lines of code in the right order so that they result in a violin plot.
Matplotlib violin plot
Re-arrange the code
Report a typo
Put the items in the correct order
fig, axes = plt.subplots()plt.show()plt.violinplot(data1)data1 = [0, 20, 20, 20, 20, 20, 70]import matplotlib.pyplot as plt ___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.