In this chapter we discussed why well-designed data graphics are important and we described a taxonomy for understanding their composition.
The objective of this assignment is for you to understand what characteristics you can use to develop a great data graphic.
Each question is worth 5 points.
To submit this homework you will create the document in Rstudio, using the knitr package (button included in Rstudio) and then submit the document to your Rpubs account. Once uploaded you will submit the link to that document on Canvas. Please make sure that this link is hyper linked and that I can see the visualization and the code required to create it.
Question #1
Answer the following questions for this graphic Relationship between ages and psychosocial maturity
The visual cues of this graph are color, position, length, and direction, the coordinate system is Cartesian, and the scales are Linear.
Question #2
Answer the following questions for this graphic World’s top 10 best selling cigarette brands 2004-2007
The visual cues for this graph are color and length, the coordinate system is Cartesian, and the scale is linear.
There are 1o unique variables in this graph, and each variable is linked to both the color and length visual cues. The variables are: Marlboro, Mild Seven, L&M, Winston, Camel, Cleopatra, Derby, Pall Mall, Kent, and Wills Gold flake
Question #3
Find two data graphics published in a newspaper on on the internet in the last two years.
knitr::include_graphics("good graph.png")
I find this graph compelling
because it is simple and easy to understand, and effortlessly coveys the
information to the viewer. The graph shows the casualties via aircraft
incidents per year in thousands, with the number of passengers carried
by airlines, in billions, overlayed on that graphic. The graph shows
both a dramatic increase in passengers carried, and a dramatic decrease
in casualties from incidents involving airlines.
knitr::include_graphics("bad graph.jpg")
This graphic is less
compelling simply because it is confusion. The time scale shown is
inconsistent and all over the place, with bars meaning as much as a full
month or as little as a week. There is seemingly no explanation for the
difference in the time each bar represents as well, as for the month of
July 2011, two of the three bars are for the same valuation.
Question #4
Briefly (one paragraph) critique the designer’s choices. Would you have made different choices? Why or why not? Note: Link contains a collection of many data graphics, and I don’t expect (or want) you to write a full report on each individual graphic. But each collection shares some common stylistic elements. You should comment on a few things that you notice about the design of the collection.
Answer: The use of the cohesive color scheme makes for a professional and compelling design. However, the graphic is bloated with far too much text and separate data points that it is difficult to digest all the information shown. To make it a stronger graphic, I would make clear deliniations between the sections, and include header questions to draw the viewer to them. For example, the first section could be labelled “Who are Data Scientists?”.
Question #5
Briefly (one paragraph) critique the designer’s choices. Would you have made different choices? Why or why not? Note: Link contains a collection of many data graphics, and I don’t expect (or want) you to write a full report on each individual graphic. But each collection shares some common stylistic elements. You should comment on a few things that you notice about the design of the collection.
Charts that explain food in America
Answer: The majority of the graphs use geographic coordinates to show the changes in the food industry in America and across the world over the years, though it should be noted that there are several graphs that use the Cartesian coordinate system as well. I like the use of vibrant colors to distinguish the different data points, it makes for a clear visual that is easy to understand. To make these graphics better as a whole unit, I would suggest having an area or several areas of focus that the graphs all work towards. That way the viewer can have a base understanding of what they should be expecting from the graphic as they first view it.