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 [2]:
# Add your filename and uncomment the following line:
Image(filename='Graph1.png')


Out[2]:

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

The data ink vs graphical ink is favorable for data ink. Each set of data is clearly labeled and separated from the other sets of data. The axis are labeled accurately and the scale is a reasonable one. The graph is extremely easy to read and most importantly, the data isn't construed in anyway and it makes sense.


In [ ]: