Testing matplotlib directives

Subheading

df = pd.read_csv('data/test_data.csv')
sns.scatterplot(data=df, x='x', y='y')
sns.despine()
plt.show()

(Source code, png, hires.png, pdf)

../_images/test-1.png