Skip to content

Commit 6827b01

Browse files
authored
Merge pull request #244 from MatiasJJ/patch-1
Updated stylesheets link
2 parents 550a7ad + 8e02af9 commit 6827b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/data-visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ calls.
273273
- Matplotlib cheatsheets: <https://github.com/matplotlib/cheatsheets>
274274
- You can also select among pre-defined themes/
275275
[style
276-
sheets](https://matplotlib.org/3.1.1/gallery/style_sheets/style_sheets_reference.html)
276+
sheets](https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html)
277277
with {obj}`~matplotlib.style.use`, for instance:
278278
```python
279279
plt.style.use('ggplot')

0 commit comments

Comments
 (0)