|
905 | 905 | <h4 class="author"><em>Arno Timmer, Jan Verbesselt, Jorge |
906 | 906 | Mendes de Jesus, Aldo Bergsma, Johannes Eberenz, Dainius Masiliunas, |
907 | 907 | David Swinkels, Judith Verstegen, Corné Vreugdenhil</em></h4> |
908 | | - <h4 class="date"><em>06 September, 2024</em></h4> |
| 908 | + <h4 class="date"><em>25 September, 2024</em></h4> |
909 | 909 |
|
910 | 910 |
|
911 | 911 |
|
@@ -977,7 +977,7 @@ <h2>Today’s Learning objectives</h2> |
977 | 977 | <div id="dependencies" class="section level2"> |
978 | 978 | <h2>Dependencies</h2> |
979 | 979 | <p>For the tutorial today we make use of a set of packages. Create a new |
980 | | -yaml file (<code>env.yml</code> for example) and paste the following |
| 980 | +yaml file (<code>env.yaml</code> for example) and paste the following |
981 | 981 | environment definition in it.</p> |
982 | 982 | <pre><code>name: python-programming |
983 | 983 | dependencies: |
@@ -1262,11 +1262,11 @@ <h2>Matplotlib</h2> |
1262 | 1262 | <blockquote> |
1263 | 1263 | <p> |
1264 | 1264 | <strong>Question 4</strong>: <code>axarr</code> is an array. What are |
1265 | | -the elements of this array and how many elements does is exist out of? |
| 1265 | +the elements of this array and how many elements does it exist out of? |
1266 | 1266 | </p> |
1267 | 1267 | </blockquote> |
1268 | 1268 | </div> |
1269 | | -<p>We can add a title to the figure and and labels to the axes. Check <a href="https://matplotlib.org/stable/api/axes_api.html">this |
| 1269 | +<p>We can add a title to the figure and labels to the axes. Check <a href="https://matplotlib.org/stable/api/axes_api.html">this |
1270 | 1270 | documentation</a> to see what more you can tweak.</p> |
1271 | 1271 | <div class="sourceCode" id="cb13"><pre class="sourceCode python"><code class="sourceCode python"><span id="cb13-1"><a href="#cb13-1" tabindex="-1"></a><span class="co"># Subplots are stored in an array</span></span> |
1272 | 1272 | <span id="cb13-2"><a href="#cb13-2" tabindex="-1"></a>line <span class="op">=</span> axarr[<span class="dv">0</span>].plot(x, sine)</span> |
|
0 commit comments