Online Seaborn Compiler

Code, compile, and run Seaborn programs online

Python
import seaborn as sns
sns.lineplot(x=[1, 2, 3], y=[2, 5, 12])
AI Prompt