Skip to content

Commit 9ce4ad8

Browse files
committed
link to quick start guide in exercise
1 parent e431f79 commit 9ce4ad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/data-visualization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ matplotlib.use("Agg")
137137
138138
- Try to add a legend to the plot with {meth}`matplotlib.axes.Axes.legend` and searching the web for clues on
139139
how to add labels to each dataset.
140+
You can also consult this great
141+
[quick start guide](https://matplotlib.org/stable/users/explain/quick_start.html).
140142
141143
- At the end it should look like this one:
142144
```{figure} data-visualization/first-plot/exercise.png

0 commit comments

Comments
 (0)