Skip to content

Commit 3b3081f

Browse files
authored
Merge pull request #240 from AaltoSciComp/rkdarst/data-visualization-update
content/data-visualization: Minor intersphinxing
2 parents 472e232 + 1e31c53 commit 3b3081f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/data-visualization.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
---
339341
emphasize-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
---
374378
emphasize-lines: 7-11

0 commit comments

Comments
 (0)