Skip to content

Commit d14311a

Browse files
minor adjustment to align with R
1 parent 02406a2 commit d14311a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/viz.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ Plot titles are not always required, especially when it would be redundant with
12721272
caption or surrounding context (e.g., in a slide presentation with annotations).
12731273
But if you decide to include one, a good plot title should provide the take home message
12741274
that you want readers to focus on, e.g., "Earth's seven largest landmasses are continents,"
1275-
or a more general summary of the information displayed, e.g., "The twelve largest landmasses on Earth."
1275+
or a more general summary of the information displayed, e.g., "Earth's twelve largest landmasses."
12761276

12771277
```{code-cell} ipython3
12781278
islands_plot_sorted = alt.Chart(

0 commit comments

Comments
 (0)