Matplotlib—Making data visualization interesting

Matplotlib—Making data visualization interesting

  • November 28, 2018
Table of Contents

Matplotlib—Making data visualization interesting

Data visualization is a key step to understand the dataset and draw inferences from it. While one can always closely inspect the data row by row, cell by cell, it’s often a tedious task and does not highlight the big picture. Visuals on the other hand, define data in a form that is easy to understand with just a glance and keeps the audience engaged.

Matplotlib is a basic library that provides options for various plots along with extensive customizations in the form of labels, title, font size etc. I watched numerous videos and read articles online for visualization. To understand Matplotlib better, I took the population density dataset from Kaggle and started creating my own visualizations.

This article highlights the plots I drew, including the customizations and inferences that I drew from the data. The complete work is present as a GitHub repository as Visualization using Matplotlib for quick reference. Let’s begin!

Source: towardsdatascience.com

Share :
comments powered by Disqus

Related Posts

Humanizing Customer Complaints using NLP Algorithms

Humanizing Customer Complaints using NLP Algorithms

Last Christmas, I went through the most frustrating experience as a consumer. I was doing some last minute holiday shopping and after standing in a long line, I finally reached the blessed register only to find out that my debit card was blocked. I could sense the old lady at the register judging me with her narrowed eyes.

Read More