sns.set_style('darkgrid', {'axes.linewidth': 2, 'axes.edgecolor':'black'}) sns.boxplot(x='species', y='sepal length (cm)', data=iris_new) plt.show()