Spyder 6 IDE: matplotlib 3.9
Creating plots using matplotlib in the Spyder 6 IDE. Matplotlib has the pyplot interface module which is an abbreviation for Python Plot (pyplot). This guide will explore the basics of pyplot using procedural programming and then transition over to object orientated programming (OOP). This will then be used to look at a variety of common plots.
0:00:00 Importing the library and overview
0:06:18 Procedural Syntax
0:07:54 Plot Backend (Inline vs Qt)
0:08:45 Visually Inspecting a Figure using the GUI
0:13:45 Colors
0:30:00 Subplot (Procedural)
0:32:58 Object Orientated Programming Syntax
0:37:51 Recall Parameters
0:46:26 Get Current Figure and Current Axes
0:49:26 Subplots (OOP)
0:53:40 Subplot Mosaic
0:55:40 Add Axes
0:58:02 Math and TeX
1:04:25 Linked Axes
1:12:38 Tick Parameters and Spines
1:14:45 Saving the Figure to an Image File
1:17:18 2D Axes and Specialised Polar Axes and 3D Axes
1:20:09 Polar Plot
1:22:41 Annotation
1:25:19 Getting and Setting Properties (Line Plot)
1:27:50 Scatter Plot
1:32:50 Marker Styles
1:37:07 lines and axline
1:40:40 Bar Plot
1:46:30 Hatching
1:48:50 Pie Chart
1:53:00 Histogram
1:56:11 Box Plot
1:58:20 Violin Plot
1:59:55 Histogram 2D
2:00:45 Hexbin
2:02:14 Meshgrid and 3D Data
2:05:43 Matrix Show
2:07:35 Plot Color
2:10:40 Colormaps
2:14:15 Plot Color Mesh
2:16:18 Contour and Contour Filled Plots
2:20:20 3D, Surface and Wiregrid Plots
2:23:33 Animation
2:27:25 Image Show
2:31:23 Tables
2:34:10 Matplotlib Configuration File
Spyder IDE Playlist:
• Spyder IDE: Scientific Python Develop...
#python #spyder #matplotlib