Skip to content

Commit f38999d

Browse files
Corrept file added in zip, removed obsolete section (was same as exercise notebook)
1 parent a2e81cf commit f38999d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

book/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ parts:
4949

5050
- file: notebook_5_figures/PythonNotebook5_first_page.ipynb
5151
sections:
52-
- file: notebook_5_figures/PythonNotebook5_matplotlib.ipynb
52+
# - file: notebook_5_figures/PythonNotebook5_matplotlib.ipynb
5353
- file: exercise_notebooks/exercise_notebook_5_figures.ipynb
5454

5555
# - file: notebook_6_numpy/PythonNotebook6_first_page.ipynb

book/exercise_notebooks/exercise_notebook_5_figures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"**Label hint:** unfortunately there is no function `plot.zlabel()`.\n",
262262
"Instead you have to use `ax.set_zlabel('...')`. You can use `ax.set_xlabel()` and `ax.set_ylabel()` too. Your script looks nicer if you handle all axes in the same way.\n",
263263
" \n",
264-
"**Note:** the z-label doesn't necessary show up anyway, perhaps it's hidden behind the plot. If you could rotate the plot it might show up. For now let's choose our battles and not worry about this.\n",
264+
"**Note:** the z-label doesn't necessarily show up anyway, perhaps it's hidden behind the plot. If you could rotate the plot it might show up. For now let's choose our battles and not worry about this.\n",
265265
"</div></div>"
266266
]
267267
},
-30 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)