Using matplotlib#

Creating visualisations using the built-in plots, customizing visualisation plots and writing mathematical expressions using TeX.

  • Simple plot - Creating a first simple plot using Matplotlib.

  • Stock trends - Creating a line plot to show stock trends.

  • Tomatometer - Using a bar plot to compare movie scores from Rotten Tomatoes.

  • Water usage - Generating a visual representation of water usage using pie charts.

  • Restaurant performance - Introducing a No Smoking Day.

  • Smartphone sales - Comparing smartphone sales units using a stacked area chart.

  • IQ - Visualizing the intelligence quotient (IQ) of 100 applicants using histogram and box plots.

  • Animals - Visualize the correlation between the various animal attributes such as Maximum longevity in years and Body mass in grams.

  • Star persormers - Visualizing the performance of people in a radar chart.

  • AnAge - Visualize the correlation between the various animal attributes in the dataset using scatter plots and marginal histograms.

  • Images - Plotting multiple images in a grid.