Open main menu
python-fiddle.com
Examples
Tools
Learning
AI Data Analyst
Sign In
Examples
Tools
Learning
AI Data Analyst
Chrome Extension
Sign In
Online Seaborn Compiler
Use the Seaborn library to create a simple line plot
Share
Upload files
+ Code
+ Markdown
Python
import seaborn as sns sns.lineplot(x=[1, 2, 3], y=[2, 5, 12])
Click
Run
or press
shift + ENTER
to run code.
+ Code
+ Markdown
Related
Web Maps with Folium
Drawing Arrows with Matplotlib
Add and customize axis labels using Matplotlib in Python
Creating and Customizing Bar Plots in Matplotlib
Understanding and Using Matplotlib Colormaps in Data Science
Matplotlib Named Colors with Examples
How to create a custom legend with Matplotlib
Fill the Area Between Curves in Matplotlib
Customizing Font Size in Matplotlib
Creating and Customizing Heatmaps in Matplotlib
Creating and Customizing Horizontal Lines in Matplotlib
Customizing Line Styles in Matplotlib
Mastering Quiver Plots in Matplotlib
Mastering Scatter Plots in Matplotlib
Creating and Customizing Tables in Matplotlib
Add Text to the Plot in Matplotlib
Dual Y-Axis Plots in Matplotlib
Matplotlib vs Plotly: Which Python Library Should You Use?
Network Analysis with NetworkX
Creating and Customizing Histograms in Plotly
Creating and Customizing Scatter Plots in Plotly
Creating Histograms with Seaborn in Python - Comprehensive Tutorial