Chapter 3

Getting a Crash Course in MatPlotLib

IN THIS CHAPTER

check Creating a basic graph

check Adding measurement lines to your graph

check Dressing your graph up with styles and color

check Documenting your graph with labels, annotations, and legends

“If we have data, let’s look at data. If all we have are opinions, let’s go with mine.”

— JIM BARKSDALE

Most people visualize information better when they see it in graphic, versus textual, format. Graphics help people see relationships and make comparisons with greater ease. Even if you can deal with the abstraction of textual data with ease, performing data analysis is all about communication. Unless you can communicate your ideas to other people, the act of obtaining, shaping, and analyzing the data has little value beyond your own personal needs. Fortunately, Python makes the task of converting your textual data into graphics relatively easy using MatPlotLib, which is actually a simulation of the MATLAB application. You can see a comparison of the two at www.pyzo.org/python_vs_matlab.html.

If you already know how to use MATLAB, moving over to MatPlotLib ...

Get Coding All-in-One For Dummies now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.