Matplotlib and Seaborn Plotting Guide
Matplotlib and Seaborn Plotting Guide
Line Plot:
[Link]("Line Plot")
[Link]("X")
[Link]("Y")
[Link]()
Page 2: Bar, Scatter, Histogram
Bar Plot:
Scatter Plot:
Histogram:
[Link]([1, 2, 1, 3, 4])
Tips dataset:
tips = sns.load_dataset("tips")
Correlation Heatmap:
[Link]([Link](), annot=True)
Page 4: Plot Styling
Line styles:
Legends:
[Link](["Label1", "Label2"])
Subplots:
[Link](1, 2, 1)
[Link](x, y)
Page 5: Saving and Exporting Figures
Save figure:
[Link]("[Link]")
[Link]("[Link]", dpi=300)