Discussion 4: Visualizations

Relevant lectures: 5 and 6

In today's discussion, you'll get practice identifying poor visualizations and suggesting improvements to them.

This discussion will not be turned in. In fact, there is no code in this discussion; all your answers will be written in the text cells below.

The purpose of this exercise is to think about and communicate your point of view, so please work through these problems together in groups of 2 or 3.

Question 1: Intel Chips

The chips that are present in your computer contain electrical components called transistors. Intel is one of the leading manufacturers of these chips; they released the first chip for home computers in 1979.

We'd like to visualize the improvements in chips that Intel has made since 1979.

You can see a portion of the data at http://computer.howstuffworks.com/microprocessor1.htm.

Inspect the following plot.

Question 1a

What is the plot trying to communicate?

Write your solution here, replacing this text.

Question 1b

What are the problems with this plot? (There are quite a few.)

Here's an attempt to improve the plot:

Question 1c

What is clear from this plot that isn't clear in the previous one?


In [ ]:

Here's a third attempt to improve the plot:

Question 1d

What is better about this plot compared to the previous one?

Question 2

In the British county of Leicestershire, local authorities were presented this plot of crime data.

Question 2a

What is the purpose of this visualization? What is it trying to communicate?


In [ ]:

Question 2b

What does the visualization convey well? What are problems with this visualization?


In [ ]:

Question 2c

Suggest an alternative visualization that would better communicate what the original visualization was going for. Justify your choice.


In [ ]:

Question 3

This plot shows information about common cooking oils.

Note: The smoking point for a given oil is the temperature where the oil starts to decompose and generate smoke. It determines what kind of cooking is possible.

Question 3a

What is the purpose of this visualization? What is it trying to communicate?


In [ ]:

Question 3b

What does the visualization convey well? What are problems with this visualization?


In [ ]:

Question 3c

Suggest an alternative visualization that would better communicate what the original visualization was going for. Justify your choice.


In [ ]: