Subplots and Multiple Plots
1 Topics
Subplots and Multiple Plots
8 Sub-topics
Creating Subplots with plt.subplots()
Creating Subplots with plt.subplot()
Unequal Subplot Sizes with GridSpec
Sharing Axes Between Subplots
Subplot Labels and Titles
Heatmaps and 2D Representations
1 Topics
Heatmaps and 2D Representations
8 Sub-topics
Creating Heatmaps with imshow()
Creating Heatmaps with pcolor() and pcolormesh()
Adding Color Bars and Labels
Contour Labels and Customization
Text, Annotations, and Labels
1 Topics
Text, Annotations, and Labels
8 Sub-topics
Text Positioning and Alignment
Text Properties - Font, Size, Color
Mathematical Expressions with LaTeX
Annotation Styles and Customization
Automatic Text Positioning
Text Boxes and Boundaries
Customizing Plot Appearance
1 Topics
Customizing Plot Appearance
9 Sub-topics
Axis Labels and Font Properties
Tick Customization - Location and Labels
Tick Formatting - Numbers and Dates
Axis Scales - Linear, Log, Symlog
Removing Spines and Ticks
Plot Styles and Style Sheets
Saving and Exporting Plots
1 Topics
Saving and Exporting Plots
8 Sub-topics
Saving Figures with savefig()
File Formats - PNG, JPG, PDF, SVG
DPI and Resolution Settings
Bbox and Tight Layout in Saving