xxxxxxxxxx
# Import plt directly:
import matplotlib.pyplot as plt
# Before you plot anything, set the default aesthetic parameters:
sns.set() #important, because otherwise you won't get the Seaborn palettes.
#Replace all calls to sns.plt with plt
# e.g.
plt.show()