File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1047,7 +1047,7 @@ can_lang_plot_theme = alt.Chart(can_lang).mark_point(filled=True).encode(
1047
1047
y=alt.Y("mother_tongue_percent")
1048
1048
.scale(type="log")
1049
1049
.axis(tickCount=7)
1050
- .title("Mother tongue(percentage of Canadian residents)"),
1050
+ .title("Mother tongue (percentage of Canadian residents)"),
1051
1051
color=alt.Color("category")
1052
1052
.legend(orient="top")
1053
1053
.title("")
@@ -1089,7 +1089,7 @@ can_lang_plot_tooltip = alt.Chart(can_lang).mark_point(filled=True).encode(
1089
1089
y=alt.Y("mother_tongue_percent")
1090
1090
.scale(type="log")
1091
1091
.axis(tickCount=7)
1092
- .title("Mother tongue(percentage of Canadian residents)"),
1092
+ .title("Mother tongue (percentage of Canadian residents)"),
1093
1093
color=alt.Color("category")
1094
1094
.legend(orient="top")
1095
1095
.title("")
You can’t perform that action at this time.
0 commit comments