zoenglinghou / storytelling-with-data

Plots from the book "Storytelling with data" implementation using Python and matplotlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

storytelling-with-data (Python + matplotlib)

http://www.storytellingwithdata.com/book/

The book storytelling with data teaches you the fundamentals of data visualization and how to communicate effectively with data. You'll discover the power of storytelling and the way to make data a pivotal point in your story. The lessons in this illuminative text are grounded in theory, but made accessible through numerous real-world examples—ready for immediate application to your next graph or presentation.

Here I have implemented few graphs from the book using Python and matplotlib library. Kindly find well documented Jupyter Notebooks for plots.

Vertical & Horizontal Bars

Figure 0.5 Figure 3.34
Figure 4.9 Figure 5.13
Figure 6.4

Slopegraphs

Figure 9.32

Simple Texts

Figure 9.29

Scatterplots

Figure 5.6

Lines

Figure 5.10

Colors

Gray

#231F20 GRAY1. Thunder #414040 GRAY2. Tundora #555655 GRAY3. Nandor #646369 GRAY4. Mid Gray #76787B GRAY5. Rolling Stone #828282 GRAY6. Gray #929497 GRAY7. Oslo Gray #A6A6A5 GRAY8. Delta #BFBEBE GRAY9. Silver

Blue

#174A7E BLUE1. Chathams Blue #4A81BF BLUE2. Steel Blue #94B2D7 BLUE3. Polo Blue #94AFC5 BLUE4. Nepal

RED

#C3514E RED1. Fuzzy Wuzzy Brown #E6BAB7 RED2. Rose Fog

GREEN

#0C8040 GREEN1. Salem #9ABB59 GREEN2. Celery

ORANGE

#F79747 ORANGE1. Tan Hide

About

Plots from the book "Storytelling with data" implementation using Python and matplotlib


Languages

Language:Jupyter Notebook 100.0%