Skip to content

Commit

Permalink
Update wave_example.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanPluemer committed May 19, 2020
1 parent 4751809 commit 2040765
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/wave_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The `capture_length_matrix` function can also use a callable function as the statistic argument. For example, suppose that we wanted to generate a matrix with the variance of the capture length. We could achieve this by passing the numpy variance function `np.var` into the `capture_length_matrix` function, as shown below."
"The `capture_length_matrix` function can also use a callable function as the statistic argument. For example, suppose that we wanted to generate a matrix with the variance of the capture length. We could achieve this by passing the NumPy variance function `np.var` into the `capture_length_matrix` function, as shown below."
]
},
{
Expand All @@ -216,7 +216,7 @@
"metadata": {},
"source": [
"## MAEP\n",
"There are two ways to calculate mean annual energy production (MEAP). One is from capture length and wave energy flux matrices, the other is from time-series data, as shown below."
"There are two ways to calculate the mean annual energy production (MEAP). One is from capture length and wave energy flux matrices, the other is from time-series data, as shown below."
]
},
{
Expand Down Expand Up @@ -279,7 +279,7 @@
"metadata": {},
"source": [
"The plotting function only requires the matrix as input, but the function can also take several other arguments.\n",
"The list of optional arguments are: `xlabel, ylabel, zlabel, show_values, and ax`. The following uses these optional arguments. The matplotlib package is imported to define an axis with a larger figure size."
"The list of optional arguments is: `xlabel, ylabel, zlabel, show_values, and ax`. The following uses these optional arguments. The matplotlib package is imported to define an axis with a larger figure size."
]
},
{
Expand Down Expand Up @@ -344,7 +344,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2040765

Please sign in to comment.