From a2faf8b2951d3518590e9b901c2b086bebd58f18 Mon Sep 17 00:00:00 2001 From: cprutean <cip.pruteanu@ed.ac.uk> Date: Fri, 8 Sep 2023 23:23:33 +0100 Subject: [PATCH] Update file CodeExamples.ipynb --- CodeExamples/CodeExamples.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeExamples/CodeExamples.ipynb b/CodeExamples/CodeExamples.ipynb index b2db26d..71e5660 100644 --- a/CodeExamples/CodeExamples.ipynb +++ b/CodeExamples/CodeExamples.ipynb @@ -86,7 +86,7 @@ "> [FlightPlot](FlightPlot.ipynb): Program to plot the flight of a particle as distance against time. \n", "> [ImpedancePlot](ImpedancePlot.ipynb): Plot of current and phase in a LRC circuit using complex numbers (this includes how to do multiple plots on one output page). \n", "> [FunctionPlot](FunctionPlot.ipynb): A more complex plot using functions to generate the plot data (this includes more complex ```Python``` ideas). \n", - "> [GaussianNoisePlot](GaussianNoisePlot.ipynb): Form a histogram of simulated Gaussian Noise with mean 20 and standard dev 2 (introduces the plt.hist() method to form histograms). \n", + "> [GaussianNoisePlot](GaussianNoisePlot.ipynb): Form a histogram of simulated Gaussian Noise with mean 20 and standard deviation 2 (introduces the plt.hist() method to form histograms). \n", "\n", "- ## Files\n", "\n", -- GitLab