Theory and Practice of Visualization Exercise 1

Imports


In [1]:
from IPython.display import Image

Graphical excellence and integrity

Find a data-focused visualization on one of the following websites that is a positive example of the principles that Tufte describes in The Visual Display of Quantitative Information.

Upload the image for the visualization to this directory and display the image inline in this notebook.


In [5]:
Image(filename='myfileupload.png')


Out[5]:

Describe in detail the ways in which the visualization exhibits graphical integrity and excellence:

YOUR ANSWER HERE

I found this graph to be extremely good. To start off with, there is a key and short synopsis for what the graph is showing. colors are used very well to distinguis between information. Text boxes are placed where necessary, and only necessary labels are shown.


In [ ]: