Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ parts:

- file: notebook_5_figures/PythonNotebook5_first_page.ipynb
sections:
- file: notebook_5_figures/PythonNotebook5_matplotlib.ipynb
# - file: notebook_5_figures/PythonNotebook5_matplotlib.ipynb
- file: exercise_notebooks/exercise_notebook_5_figures.ipynb

# - file: notebook_6_numpy/PythonNotebook6_first_page.ipynb
Expand Down
2 changes: 1 addition & 1 deletion book/exercise_notebooks/exercise_notebook_5_figures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"**Label hint:** unfortunately there is no function `plot.zlabel()`.\n",
"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",
" \n",
"**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",
"**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",
"</div></div>"
]
},
Expand Down
Binary file modified book/exercise_notebooks/exercise_notebook_5_figures.zip
Binary file not shown.