Our purpose in this chapter is to quantify and visualize the relationship in the NBA between team payrolls and team accomplishments. Along the way, we’ll demonstrate ways to go above and beyond with the ggplot2 graphics package—by experimenting with unconventional types of plots; by transforming and augmenting axis labels; by adding legends, annotations, and shapes; and by segmenting groups by color. When we visualize data instead of relegating it to rows and columns in a table, we accelerate our capacity to learn from it and our ability to act on it. We readily see correlations between variables, trends over time, unusual patterns, frequencies, distributions, and outliers that are near impossible to spot in a spreadsheet or some other like output. Sometimes small touches can have major effects on your visual content.