File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ outside the scope of this lesson.
223223 ```
224224
225225- The more traditional option mimics MATLAB plotting and uses the
226- ** pyplot interface** (:py: mod: ` plt <matplotlib.pyplot> ` carries
226+ ** pyplot interface** ({ mod} ` plt <matplotlib.pyplot> ` carries
227227 the global settings):
228228 ``` {code-block} python
229229 ---
@@ -334,6 +334,8 @@ In this exercise we will learn how to use log scales.
334334````
335335
336336```` {solution}
337+ See {meth}`ax.set_xscale() <matplotlib.axes.Axes.set_xscale>`.
338+
337339```{code-block} python
338340---
339341emphasize-lines: 5
@@ -369,6 +371,8 @@ and web search, and to arrive at this:
369371````
370372
371373```` {solution}
374+ See {meth}`ax.tick_params <matplotlib.axes.Axes.tick_params>`.
375+
372376```{code-block} python
373377---
374378emphasize-lines: 7-11
You can’t perform that action at this time.
0 commit comments