-
Book Overview & Buying
-
Table Of Contents
Python Data Analysis - Fourth Edition
By :
In this section, you will learn how to create and customize the six core chart types in matplotlib, including scatter, line, pie, bar, histogram, and bubble plots, and how to enhance them with accessories such as titles, annotations, legends, subplots, and grids.
Humans understand things better via visual content because it makes it easier to present information to any kind of audience and explain complex phenomena in layman’s terms. Python provides a couple of visualization libraries, such as matplotlib, seaborn, plotly, and dash.
Matplotlib is the most popular, flexible, powerful, and is considered a fundamental library of Python data visualization. It is a base library for most of the advanced Python visualization modules, such as seaborn. It offers easy-to-use built-in functions for generating charts such as line graphs, bar charts, scatter plots, histograms, pie charts, and bubble plots. matplotlib is a highly customizable library...