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

Chapter 5. Matplotlib Charts

In this chapter, we will create beautiful charts using Python 3 with the Matplotlib module.

  • Creating beautiful charts using Matplotlib

  • Matplotlib – downloading modules using pip

  • Matplotlib – downloading modules with whl extensions

  • Creating our first chart

  • Placing labels on charts

  • How to give the chart a legend

  • Scaling charts

  • Adjusting the scale of charts dynamically