Spyder 6 IDE: matplotlib 3.9

Channel:
Subscribers:
7,760
Published on ● Video Link: https://www.youtube.com/watch?v=VNvg12tpLCM



Duration: 0:00
1,209 views
14


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




Other Videos By Philip Yip


2025-01-26Installing VMware Workstation 17.6.2 on Windows 11 24H2 Host and Configuring Ubuntu 24.10 Guest
2025-01-25Installing a Windows Vista Guest on VMware Workstation Player 17.6.2
2025-01-25Installing a Windows 7 Guest on VMware Workstation Player 17.6.2
2025-01-24Installing a Windows XP Guest on VMware Workstation Player 17.6.2
2025-01-23Installing a Windows 98SE Guest on VMware Workstation Player 17.6.2
2025-01-10Installing VMware Workstation 17.6.2 on Ubuntu 24.10 Host and Configuring Windows 11 24H2 Guest
2024-10-12Windows 11 24H2 Clean Installation on a Dell XPS 8960
2024-10-07Creating a Windows 11 24H2 UEFI Bootable USB on Ubuntu 24.04 LTS
2024-10-07Spyder 6 IDE: numpy 2.1
2024-09-14Screencasting and Screen Recording in Windows
2024-09-14Spyder 6 IDE: matplotlib 3.9
2024-09-10Linux Mint 22 Installation and Setup on Dell Systems
2024-09-05Spyder 6 IDE: Installation on Windows 11 24H2
2024-09-04Removing Learn More About This Picture from Windows 11 Spotlight
2024-09-04Upgrade to Windows 11 24H2 on Unsupported Hardware
2024-09-04Installing/Setting up Windows 11 24H2 With a Local Account
2024-09-03Spyder 6 IDE: Installation on Ubuntu 24.04 LTS
2024-09-02Ubuntu 24.04.1 LTS Installation and Setup on Dell Systems
2024-08-17Spyder 6 IDE: Collection Datatypes (tuple, list, set, dict, namedtuple, defaultdict, deque classes)
2024-08-11Spyder 6 IDE: Numeric Datatypes (int, bool, float, Fraction, complex, Decimal classes)
2024-08-07Spyder 6 IDE: Text Datatypes (str, bytes and bytearray classes)