SNS.LINEPLOT
sns.lineplot(data=flights, x="year", y="passengers")
silexxx
sns.lineplot(data=flights, x="year", y="passengers")