Code, compile, and run Seaborn programs online
import seaborn as sns sns.lineplot(x=[1, 2, 3], y=[2, 5, 12])