Mat Plot Lib
Mat Plot Lib
2. Learning Objectives
Introduction to Matplotlib
Matplotlib Installation
Data Visualization
Plotting and Visualization
Figures and Subplot
Colours, Marker and Line Style
Text Annotation
Three-Dimensional Plotting
Logarithmic Axes in Matplotlib
3. Introduction to Matplotlib
Matplotlib is a free and open-source drawing library that can work with a variety of drawing
formats.
You can generate plots, histograms, bar charts, and other types of charts with just a few lines
of code.
Matplotlib is an excellent Python visualisation library for two-dimensional array plots.
4. Installation
You'll need to install matplotlib first with either:
conda install matplotlib
or
pip install matplotlib
5. Data Visualization
The graphical representation of information and data is known as data visualisation
Data visualisation tools, which use visual elements such as charts, graphs, and maps, make it
easy to see and understand trends, outliers, and patterns in data