File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ Canadian Residents)" would be much more informative.
590
590
Adding additional layers \index{plot!layers} to our visualizations that we create in ` ggplot ` is
591
591
one common and easy way to improve and refine our data visualizations. New
592
592
layers are added to ` ggplot ` objects using the ` + ` symbol. For example, we can
593
- use the ` xlab ` (short for x axis label) and ` ylab ` (short for y axis label) functions
593
+ use the ` xlab ` (short for x axis label) \index{ggplot!xlab} and ` ylab ` (short for y axis label) \index{ggplot!ylab} functions
594
594
to add layers where we specify meaningful
595
595
and informative labels for the x and y axes. \index{plot!axis labels} Again, since we are specifying
596
596
words (e.g. ` "Mother Tongue (Number of Canadian Residents)" ` ) as arguments to
You can’t perform that action at this time.
0 commit comments