In [2]:
from IPython.display import Image
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 [3]:
# Add your filename and uncomment the following line:
Image(filename='drugs_and_poverty_Chicago.0.png')
Out[3]:
Describe in detail the ways in which the visualization exhibits graphical integrity and excellence:
This visual has graphical integrity because it acurrately displays its data and qoutes where the data it represents comes from. It labels the different representations on the graphic itself. The visual explains what each color represents and which visualization represents which group of data to avoid any ambiguity.
This visual has graphical excellence because it balances data representation and visual appeal of design. It has the three data sets and invites comparison of the data. It makes a large data set visually understandable. Avoids any extraneous ink usage, keeping white space where data isn't represented.
In [ ]: