Skip to content

Commit 14193bc

Browse files
committed
docs(analysis): minor spelling/grammar fixes
1 parent 9b3be8f commit 14193bc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

notebooks/analysis.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4303,7 +4303,7 @@
43034303
" Arguments:\n",
43044304
" scenarios (dict):\n",
43054305
" Dictionary where key is name of parameter and value is a list\n",
4306-
" with different values to run in scenarios\n",
4306+
" with different values to run in scenarios.\n",
43074307
" \"\"\"\n",
43084308
" # Find every possible permutation of the scenarios\n",
43094309
" all_scenarios_tuples = list(itertools.product(*scenarios.values()))\n",
@@ -4500,7 +4500,7 @@
45004500
"cell_type": "markdown",
45014501
"metadata": {},
45024502
"source": [
4503-
"Example plot"
4503+
"Example plots..."
45044504
]
45054505
},
45064506
{
@@ -4512,7 +4512,7 @@
45124512
"def plot_scenario(results, x_var, result_var, colour_var, xaxis_title,\n",
45134513
" yaxis_title, legend_title):\n",
45144514
" \"\"\"\n",
4515-
" Plot results from difference model scenarios.\n",
4515+
" Plot results from different model scenarios.\n",
45164516
"\n",
45174517
" Arguments:\n",
45184518
" results (pd.DataFrame):\n",
@@ -4524,11 +4524,11 @@
45244524
" colour_var (str|None):\n",
45254525
" Name of variable to colour lines with (or set to None).\n",
45264526
" xaxis_title (str):\n",
4527-
" Title for x axis\n",
4527+
" Title for X axis.\n",
45284528
" yaxis_title (str):\n",
4529-
" Title for y axis\n",
4529+
" Title for Y axis.\n",
45304530
" legend_title (str):\n",
4531-
" Title for figure legend\n",
4531+
" Title for figure legend.\n",
45324532
" \"\"\"\n",
45334533
" # If x_var and colour_var are provided, combine both in a list to use\n",
45344534
" # as grouping variables when calculating average results\n",
@@ -7131,7 +7131,7 @@
71317131
"cell_type": "markdown",
71327132
"metadata": {},
71337133
"source": [
7134-
"Example table"
7134+
"Example table..."
71357135
]
71367136
},
71377137
{

0 commit comments

Comments
 (0)