Theory and Practice of Visualization Exercise 1

Imports


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


Out[5]:

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

I think this graph is good becuase it effectively bring the reader to a clear conclusion from quantatitive data. you can easily see the correlation between two sets of data. The colors are especially helpful you can visualy see where the biggest tax penalties and bonuses are. Any scatter plot or line would be much harder to understand.