Skip to content

Instantly share code, notes, and snippets.

@Bookoff
Created February 20, 2015 02:52
Show Gist options
  • Save Bookoff/941b0b77115bceafa314 to your computer and use it in GitHub Desktop.
Save Bookoff/941b0b77115bceafa314 to your computer and use it in GitHub Desktop.
# Импортируем библиотеку seaborn
import seaborn as sns
# Сделаем график
plt.show(sns.boxplot(df, widths = 0.5, color = "pastel"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment