Book Image

Python GUI Programming Cookbook

By : Burkhard Meier
Book Image

Python GUI Programming Cookbook

By: Burkhard Meier

Overview of this book

Table of Contents (18 chapters)
Python GUI Programming Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In this chapter, we will create beautiful charts that visually represent data. Depending on the format of the data source, we can plot one or several columns of data in the same chart.

We will be using the Python Matplotlib module to create our charts.

In order to create these graphical charts, we need to download additional Python modules and there are several ways to install them.

This chapter will explain how to download the Matplotlib Python module, all other required Python modules, and the ways to do this.

After we have the required modules installed, we will then create our own Pythonic charts.