
Multiple Subplots
Multiple Subplots This page covers a matplotlib multiple subplots tutorial. Multiple subplots in Matplotlib refer to the ability to divide...

Heatmaps
Heatmaps This page covers a matplotlib heatmaps tutorial. A heatmap is a data visualisation technique that represents numerical data in...

Box Plots
Box Plots This page covers a matplotlib box plots tutorial. A box plot, also known as a box-and-whisker plot or...

Pie Charts
Pie Charts This page covers a matplotlib pie charts tutorial. A pie chart (also pie graph or circle chart) is...

Histograms
Histograms This page covers a matplotlib histograms tutorial. A histogram is a graphical representation of the distribution of data, which...

Bar Plots
Bar plots This page covers a matplotlib bar plots tutorial. A bar plot is a type of graph that represents...

Scatter Plots
Scatter plots This page covers a matplotlib scatter plots tutorial. A scatter plot is a type of data visualisation. It...

Line Plots
Line plots This page covers a matplotlib line plots tutorial. A line plot, also known as a line chart or...

Grid Lines
Grid lines in matplotlib This page covers a matplotlib grid lines tutorial. In certain situations, grid lines can be very...

Customising Plots
Customising plots in matplotlib This page covers a customising plots tutorial. Customising plots in Matplotlib involves tweaking various aspects of...