File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -9,44 +9,46 @@ <h1>Matplotlib: Visualization with Python</h1>
9
9
< ul class ="no-padding ">
10
10
< li >
11
11
Create
12
- < a href ="https://matplotlib. org/devdocs/gallery/index.html "
12
+ < a href ="https://ieeexplore.ieee. org/document/4160265/citations?tabFilter=papers "
13
13
> publication quality plots</ a
14
14
> .
15
15
</ li >
16
16
< li >
17
17
Make
18
18
< a
19
- href ="https://matplotlib .org/devdocs/gallery/index.html#event-handling "
19
+ href ="https://mybinder .org/v2/gh/matplotlib/mpl-brochure-binder/main?labpath=MatplotlibExample.ipynb "
20
20
> interactive figures</ a
21
21
>
22
22
that can zoom, pan, update.
23
23
</ li >
24
24
< li >
25
25
Customize
26
26
< a
27
- href ="https://matplotlib.org/devdocs/tutorials/index.html#tutorials "
28
- > visual style and layout</ a
29
- > .
27
+ href ="https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html "
28
+ > visual style</ a > and
29
+ < a href ="https://matplotlib.org/stable/tutorials/provisional/mosaic.html "
30
+ > layout</ a > .
30
31
</ li >
31
32
< li >
32
33
Export to
33
- < a href ="https://matplotlib.org/devdocs /api/index_backend_api .html "
34
+ < a href ="https://matplotlib.org/stable /api/figure_api .html#matplotlib.figure.Figure.savefig "
34
35
> many file formats</ a
35
36
>
36
37
.
37
38
</ li >
38
39
< li >
39
40
Embed in
40
- < a href ="https://matplotlib.org/devdocs/api/index_backend_api.html "
41
+ < a href ="https://matplotlib.org/stable/gallery/#embedding-matplotlib-in-graphical-user-interfaces "
41
42
> JupyterLab and Graphical User Interfaces</ a
42
43
> .
43
44
</ li >
44
45
< li >
45
- Use
46
+ Use a rich array of
46
47
< a href ="https://matplotlib.org/mpl-third-party/ "
47
- > domain-specific plots</ a
48
- >
49
- from third-party packages.
48
+ > third-party packages</ a
49
+ >
50
+ built on Matplotlib.
51
+
50
52
</ li >
51
53
</ ul >
52
54
You can’t perform that action at this time.
0 commit comments