Book Image

Python Data Visualization Solutions [Video]

By : Dimitry Foures, Giuseppe Vettigli, Igor Milovanović
Book Image

Python Data Visualization Solutions [Video]

By: Dimitry Foures, Giuseppe Vettigli, Igor Milovanović

Overview of this book

<p>Effective visualization can help you get better insights from your data, and help you make better and more informed business decisions.</p> <p>This video starts by showing you how to set up matplotlib and other Python libraries that are required for most parts of the course, before moving on to discuss various widely used diagrams and charts such as Gantt Charts. As you will go through the course, you will get to know about various 3D diagrams and animations. As maps are irreplaceable to display geo-spatial data, this course will show you how to build them. In the last section, we’ll take you on a thorough walkthrough of incorporating matplotlib into various environments and how to create Gantt charts using Python.</p> <p>With practical, precise, and reproducible videos, you will get a better understanding of the data visualization concepts, how to apply them, and how you can overcome any challenge while implementing them.</p> <h1>Style and Approach</h1> <p>This course follows a step-by-step, recipe-based approach so you understand various aspects of data visualization. The topics are explained sequentially through a code snippet and the resulting visualization.</p>
Table of Contents (7 chapters)
Chapter 2
Drawing Your First Plots and Customizing Them
Content Locked
Section 7
Making Histograms
Histograms are often used in image manipulation software as a way to visualize image properties such as distribution of light in a particular color channel. This video will help us create histograms in 2D. - Create different histograms using matplotlib.pyplot.hist() - Set labels and a title for the plot