Skip to content

Commit a265822

Browse files
bug hunt ch4 py issue
1 parent 72e0f20 commit a265822

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/viz.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ records the atmospheric concentration of carbon dioxide
210210
(CO$_{\text{2}}$, in parts per million)
211211
at the Mauna Loa research station in \index{Mauna Loa} Hawaii
212212
from 1959 onward [@maunadata].
213-
For this book, we are going to focus on the last 40 years of the data set,
214-
1980-2020.
213+
For this book, we are going to focus on the years 1980-2020.
215214

216215
**Question:** \index{question!visualization}
217216
Does the concentration of atmospheric CO$_{\text{2}}$ change over time,
@@ -587,7 +586,7 @@ the values 1, 10, 100, and 1000 are all the same distance apart!
587586
So we see that applying this function is moving big values closer together
588587
and moving small values farther apart.
589588
Note that if your data can take the value 0, logarithmic scaling may not
590-
be appropriate (since `log10(0) = -Inf` in R). There are other ways to transform
589+
be appropriate (since `log10(0)` is `-Inf` in R). There are other ways to transform
591590
the data in such a case, but these are beyond the scope of the book.
592591

593592
We can accomplish logarithmic scaling in a `ggplot` visualization

0 commit comments

Comments
 (0)