August 2015
Beginner to intermediate
294 pages
5h 20m
English
Visualization is a very integral part of data science. It helps in communicating a pattern or a relationship that cannot be seen by looking at raw data. It's easier for a person to remember a picture and recollect it as compared to lines of text. This holds true for data too.
In this chapter, we'll cover the following topics:
There are many properties of a line that can be set, such as the color, dashes, and several others. There are essentially three ways of doing this. Let's take a simple line chart as an example:
>>> plt.plot([1,2,3,4], ...Read now
Unlock full access