We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e431f79 commit 9ce4ad8Copy full SHA for 9ce4ad8
content/data-visualization.md
@@ -137,6 +137,8 @@ matplotlib.use("Agg")
137
138
- Try to add a legend to the plot with {meth}`matplotlib.axes.Axes.legend` and searching the web for clues on
139
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).
142
143
- At the end it should look like this one:
144
```{figure} data-visualization/first-plot/exercise.png
0 commit comments