Skip to content

Instantly share code, notes, and snippets.

@makispl
Created March 7, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makispl/940faedb5e4fe579a3fe712294f27fbf to your computer and use it in GitHub Desktop.
Save makispl/940faedb5e4fe579a3fe712294f27fbf to your computer and use it in GitHub Desktop.
df_party.boxplot(vert = False, figsize = (13,7), showfliers = False, showmeans = True,
patch_artist=True, boxprops=dict(linestyle='-', linewidth=1.5),
flierprops=dict(linestyle='-', linewidth=1.5),
medianprops=dict(linestyle='-', linewidth=1.5),
whiskerprops=dict(linestyle='-', linewidth=1.5),
capprops=dict(linestyle='-', linewidth=1.5))
plt.title("Original Playlist's Box Plot", fontsize=16, fontweight='heavy')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment