Skip to content

Commit e871cfe

Browse files
fix spacing on parentheses
1 parent f893478 commit e871cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/viz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ can_lang_plot_theme = alt.Chart(can_lang).mark_point(filled=True).encode(
10471047
y=alt.Y("mother_tongue_percent")
10481048
.scale(type="log")
10491049
.axis(tickCount=7)
1050-
.title("Mother tongue(percentage of Canadian residents)"),
1050+
.title("Mother tongue (percentage of Canadian residents)"),
10511051
color=alt.Color("category")
10521052
.legend(orient="top")
10531053
.title("")
@@ -1089,7 +1089,7 @@ can_lang_plot_tooltip = alt.Chart(can_lang).mark_point(filled=True).encode(
10891089
y=alt.Y("mother_tongue_percent")
10901090
.scale(type="log")
10911091
.axis(tickCount=7)
1092-
.title("Mother tongue(percentage of Canadian residents)"),
1092+
.title("Mother tongue (percentage of Canadian residents)"),
10931093
color=alt.Color("category")
10941094
.legend(orient="top")
10951095
.title("")

0 commit comments

Comments
 (0)