@@ -20,26 +20,23 @@ <h1>Matplotlib: Visualization with Python</h1>
20
20
</ li >
21
21
< li >
22
22
Customize
23
- < a
24
- href ="https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html "
25
- > visual style</ a > and
26
- < a href ="https://matplotlib.org/stable/tutorials/provisional/mosaic.html "
27
- > layout</ a > .
23
+ < a href ="/stable/gallery/style_sheets/style_sheets_reference.html ">
24
+ visual style
25
+ </ a > and
26
+ < a href ="/stable/tutorials/provisional/mosaic.html "> layout</ a > .
28
27
</ li >
29
28
< li >
30
- Export to
31
- < a href ="https://matplotlib.org/ stable/api/figure_api.html#matplotlib.figure.Figure.savefig "
32
- > many file formats</ a > .
29
+ Export to < a
30
+ href ="/ stable/api/figure_api.html#matplotlib.figure.Figure.savefig "> many
31
+ file formats</ a > .
33
32
</ li >
34
33
< li >
35
34
Embed in
36
- < a href ="https://matplotlib.org /stable/gallery/#embedding-matplotlib-in-graphical-user-interfaces "
35
+ < a href ="/stable/gallery/#embedding-matplotlib-in-graphical-user-interfaces "
37
36
> JupyterLab and Graphical User Interfaces</ a > .
38
37
</ li >
39
38
< li >
40
- Use a rich array of
41
- < a href ="https://matplotlib.org/mpl-third-party/ "
42
- > third-party packages</ a >
39
+ Use a rich array of < a href ="/mpl-third-party/ "> third-party packages</ a >
43
40
built on Matplotlib.
44
41
</ li >
45
42
</ ul >
@@ -59,7 +56,7 @@ <h1>Matplotlib: Visualization with Python</h1>
59
56
< section class ="grid__quicklinks ">
60
57
< ul class ="quicklinks ">
61
58
< li >
62
- < a href ="https://matplotlib.org /stable/users/getting_started/ ">
59
+ < a href ="/stable/users/getting_started/ ">
63
60
< img
64
61
src ="_static/images/getting-started.svg "
65
62
alt ="computer desktop icon "
@@ -69,7 +66,7 @@ <h1>Matplotlib: Visualization with Python</h1>
69
66
</ a >
70
67
</ li >
71
68
< li >
72
- < a href ="https://matplotlib.org/ stable/plot_types/index.html ">
69
+ < a href ="/ stable/plot_types/ ">
73
70
< img
74
71
src ="_static/images/sample-plots.svg "
75
72
alt ="folder icon "
@@ -79,7 +76,7 @@ <h1>Matplotlib: Visualization with Python</h1>
79
76
</ a >
80
77
</ li >
81
78
< li >
82
- < a href ="https://matplotlib.org/ stable/index.html ">
79
+ < a href ="/ stable/ ">
83
80
< img
84
81
src ="_static/images/userguide.svg "
85
82
alt ="documentation book icon "
@@ -89,7 +86,7 @@ <h1>Matplotlib: Visualization with Python</h1>
89
86
</ a >
90
87
</ li >
91
88
< li >
92
- < a href ="https://matplotlib.org /cheatsheets/ ">
89
+ < a href ="/cheatsheets/ ">
93
90
< img
94
91
src ="_static/images/cheatsheets.svg "
95
92
alt ="cheatsheet icon "
@@ -99,7 +96,7 @@ <h1>Matplotlib: Visualization with Python</h1>
99
96
</ a >
100
97
</ li >
101
98
< li >
102
- < a href ="https://matplotlib.org/ stable/index.html ">
99
+ < a href ="/ stable/ ">
103
100
< img
104
101
src ="_static/images/documentation.svg "
105
102
alt ="matplotlib logo icon "
@@ -158,13 +155,10 @@ <h3>Resources<a class ="headerlink" href="#resources" title="Permalink to resour
158
155
< div class ="callout__list ">
159
156
< i class ="far fa-question-circle callout__icon "> </ i >
160
157
< p >
161
- Be sure to check the
162
- < a href ="https://matplotlib.org/stable/users/index.html "> Users
163
- guide</ a > and the
164
- < a href ="https://matplotlib.org/stable/api/index.html "> API
165
- docs</ a > . The full text
166
- < a href ="https://matplotlib.org/stable/search.html "> search</ a > is a
167
- good way to discover the docs including the many examples.
158
+ Be sure to check the < a href ="/stable/users/index.html "> Users guide</ a > and
159
+ the < a href ="/stable/api/index.html "> API docs</ a > . The full text < a
160
+ href ="/stable/search.html "> search</ a > is a good way to discover the docs
161
+ including the many examples.
168
162
</ p >
169
163
</ div >
170
164
@@ -218,9 +212,9 @@ <h3>Domain Specific Tools<a class="headerlink" href="#domain-specific-tools" tit
218
212
(seaborn, HoloViews, ggplot, ...), and a projection and mapping
219
213
toolkit (Cartopy).
220
214
</ p >
221
- < a href ="https://matplotlib.org/ mpl-third-party/ " class ="link--offsite "
222
- > More Domain-Specific Tools</ a
223
- >
215
+ < a href ="/ mpl-third-party/ " class ="link--offsite ">
216
+ More Domain-Specific Tools
217
+ </ a >
224
218
</ section >
225
219
226
220
<!-- tool switcher -->
@@ -405,11 +399,9 @@ <h4>Contribute</h4>
405
399
You can help by answering questions
406
400
< a href ="https://discourse.matplotlib.org "> on discourse</ a > ,
407
401
reporting a bug or requesting a feature
408
- < a href ="https://github.com/matplotlib/matplotlib/issues "
409
- > on GitHub</ a
410
- > , or improving the
411
- < a href ="https://matplotlib.org/stable/devel/index.html "
412
- > documentation and code</ a > !
402
+ < a href ="https://github.com/matplotlib/matplotlib/issues "> on GitHub</ a > ,
403
+ or improving the
404
+ < a href ="/stable/devel/index.html "> documentation and code</ a > !
413
405
</ p >
414
406
< a href ="https://discourse.matplotlib.org " class ="link--offsite "
415
407
> Join us on Discourse</ a >
@@ -423,17 +415,14 @@ <h4>Cite</h4>
423
415
< p >
424
416
Matplotlib is the result of development efforts by John Hunter
425
417
(1968–2012) and the project's
426
- < a href ="https://matplotlib.org/stable/users/project/credits.html "
427
- > many contributors</ a > .
418
+ < a href ="/stable/users/project/credits.html "> many contributors</ a > .
428
419
</ p >
429
420
< p >
430
421
If Matplotlib contributes to a project that leads to a scientific
431
422
publication, please acknowledge this work by citing the project!
432
423
</ p >
433
- < a
434
- href ="https://matplotlib.org/stable/users/project/citing.html "
435
- class ="link--offsite "
436
- > Ready made citation</ a >
424
+ < a href ="/stable/users/project/citing.html " class ="link--offsite "> Ready
425
+ made citation</ a >
437
426
</ li >
438
427
< li class ="callout callout--teal ">
439
428
< h4 > Donate</ h4 >
0 commit comments