@@ -23,32 +23,24 @@ <h1>Matplotlib: Visualization with Python</h1>
23
23
</ li >
24
24
< li >
25
25
Customize
26
- < a
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 > .
26
+ < a href ="/stable/gallery/style_sheets/style_sheets_reference.html ">
27
+ visual style
28
+ </ a > and
29
+ < a href ="/stable/tutorials/provisional/mosaic.html "> layout</ a > .
31
30
</ li >
32
31
< li >
33
- Export to
34
- < a href ="https://matplotlib.org/stable/api/figure_api.html#matplotlib.figure.Figure.savefig "
35
- > many file formats</ a
36
- >
37
- .
32
+ Export to < a
33
+ href ="/stable/api/figure_api.html#matplotlib.figure.Figure.savefig ">
34
+ many file formats</ a > .
38
35
</ li >
39
36
< li >
40
- Embed in
41
- < a href ="https://matplotlib.org/stable/gallery/#embedding-matplotlib-in-graphical-user-interfaces "
42
- > JupyterLab and Graphical User Interfaces</ a
43
- > .
37
+ Embed in < a
38
+ href ="/stable/gallery/#embedding-matplotlib-in-graphical-user-interfaces ">
39
+ JupyterLab and Graphical User Interfaces</ a > .
44
40
</ li >
45
41
< li >
46
- Use a rich array of
47
- < a href ="https://matplotlib.org/mpl-third-party/ "
48
- > third-party packages</ a
49
- >
50
- built on Matplotlib.
51
-
42
+ Use a rich array of < a href ="/mpl-third-party/ "> third-party
43
+ packages</ a > built on Matplotlib.
52
44
</ li >
53
45
</ ul >
54
46
@@ -68,9 +60,7 @@ <h1>Matplotlib: Visualization with Python</h1>
68
60
< section class ="grid__quicklinks ">
69
61
< ul class ="quicklinks ">
70
62
< li >
71
- < a
72
- href ="https://matplotlib.org/stable/users/getting_started/ "
73
- >
63
+ < a href ="/stable/users/getting_started/ ">
74
64
< img
75
65
src ="_static/images/getting-started.png "
76
66
alt ="computer desktop icon "
@@ -80,7 +70,7 @@ <h1>Matplotlib: Visualization with Python</h1>
80
70
</ a >
81
71
</ li >
82
72
< li >
83
- < a href ="https://matplotlib.org/ stable/plot_types/index.html ">
73
+ < a href ="/ stable/plot_types/ ">
84
74
< img
85
75
src ="_static/images/sample-plots.png "
86
76
alt ="folder icon "
@@ -90,7 +80,7 @@ <h1>Matplotlib: Visualization with Python</h1>
90
80
</ a >
91
81
</ li >
92
82
< li >
93
- < a href ="https://matplotlib.org/ stable/index.html ">
83
+ < a href ="/ stable/ ">
94
84
< img
95
85
src ="_static/images/userguide.png "
96
86
alt ="documentation book icon "
@@ -100,7 +90,7 @@ <h1>Matplotlib: Visualization with Python</h1>
100
90
</ a >
101
91
</ li >
102
92
< li >
103
- < a href ="https://matplotlib.org /cheatsheets/ ">
93
+ < a href ="/cheatsheets/ ">
104
94
< img
105
95
src ="_static/images/cheatsheets.png "
106
96
alt ="cheatsheet icon "
@@ -110,7 +100,7 @@ <h1>Matplotlib: Visualization with Python</h1>
110
100
</ a >
111
101
</ li >
112
102
< li >
113
- < a href ="https://matplotlib.org/ stable/index.html ">
103
+ < a href ="/ stable/ ">
114
104
< img
115
105
src ="_static/images/documentation.png "
116
106
alt ="matplotlib logo icon "
@@ -133,12 +123,27 @@ <h1>Matplotlib: Visualization with Python</h1>
133
123
< h3 > News</ h3 >
134
124
< div class ="news__item--highlight ">
135
125
< h5 class ="date "> November 15, 2021</ h5 >
136
- < a href ="https://matplotlib.org/stable " class ="link--offsite "> Matplotlib 3.5.0 Released</ a >
126
+ < a href ="/stable/ " class ="link--offsite ">
127
+ Matplotlib 3.5.0 Released
128
+ </ a >
137
129
< p >
138
- Highlights include < a href ="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html#subplot-mosaic-supports-simple-axes-sharing "> shared axes in < span class ="pre "> subplot_mosaic</ span > </ a > , post-colormaping < a href ="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html#image-interpolation-now-possible-at-rgba-stage "> resampling</ a > , and support for < a href ="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html#gtk-backend "> GTK4</ a > and
139
- < a href ="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html#qt-backends "> Qt6</ a > .
140
- </ p > < p >
141
- See the < a href ="https://matplotlib.org/devdocs/users/prev_whats_new/whats_new_3.5.0.html "> release notes</ a > and < a href ="https://matplotlib.org/devdocs/api/prev_api_changes/api_changes_3.5.0.html "> API changes</ a > for details.
130
+ Highlights include
131
+ < a href ="/stable/users/prev_whats_new/whats_new_3.5.0.html#subplot-mosaic-supports-simple-axes-sharing ">
132
+ shared axes in < span class ="pre "> subplot_mosaic</ span > </ a > ,
133
+ post-colormapping
134
+ < a href ="/stable/users/prev_whats_new/whats_new_3.5.0.html#image-interpolation-now-possible-at-rgba-stage ">
135
+ resampling</ a > , and support for
136
+ < a href ="/stable/users/prev_whats_new/whats_new_3.5.0.html#gtk-backend ">
137
+ GTK4</ a > and
138
+ < a href ="/stable/users/prev_whats_new/whats_new_3.5.0.html#qt-backends ">
139
+ Qt6</ a > .
140
+ </ p >
141
+ < p >
142
+ See the < a
143
+ href ="/stable/users/prev_whats_new/whats_new_3.5.0.html "> release
144
+ notes</ a > and < a
145
+ href ="/stable/api/prev_api_changes/api_changes_3.5.0.html "> API
146
+ changes</ a > for details.
142
147
</ p >
143
148
</ div >
144
149
@@ -176,13 +181,10 @@ <h3>Resources</h3>
176
181
< div class ="callout__list ">
177
182
< i class ="far fa-question-circle callout__icon "> </ i >
178
183
< p >
179
- Be sure to check the
180
- < a href ="https://matplotlib.org/stable/users/index.html "> Users
181
- guide</ a > and the
182
- < a href ="https://matplotlib.org/stable/api/index.html "> API docs</ a
183
- > . The full text
184
- < a href ="https://matplotlib.org/stable/search.html "> search</ a > is a
185
- good way to discover the docs including the many examples.
184
+ Be sure to check the < a href ="/stable/users/ "> Users guide</ a > and
185
+ the < a href ="/stable/api/ "> API docs</ a > . The full text
186
+ < a href ="/stable/search.html "> search</ a > is a good way to
187
+ discover the docs including the many examples.
186
188
</ p >
187
189
</ div >
188
190
@@ -230,9 +232,9 @@ <h3>Domain Specific Tools</h3>
230
232
(seaborn, HoloViews, ggplot, ...), and a projection and mapping
231
233
toolkit (Cartopy).
232
234
</ p >
233
- < a href ="https://matplotlib.org/ mpl-third-party/ " class ="link--offsite "
234
- > More Domain-Specific Tools</ a
235
- >
235
+ < a href ="/ mpl-third-party/ " class ="link--offsite ">
236
+ More Domain-Specific Tools
237
+ </ a >
236
238
</ section >
237
239
238
240
<!-- tool switcher -->
@@ -422,12 +424,9 @@ <h4>Contribute</h4>
422
424
You can help by answering questions
423
425
< a href ="https://discourse.matplotlib.org "> on discourse</ a > ,
424
426
reporting a bug or requesting a feature
425
- < a href ="https://github.com/matplotlib/matplotlib/issues "
426
- > on GitHub</ a
427
- > , or improving the
428
- < a href ="https://matplotlib.org/stable/devel/index.html "
429
- > documentation and code</ a
430
- > !
427
+ < a href ="https://github.com/matplotlib/matplotlib/issues "> on
428
+ GitHub</ a > , or improving the < a
429
+ href ="/stable/devel/index.html "> documentation and code</ a > !
431
430
</ p >
432
431
< a href ="https://discourse.matplotlib.org " class ="link--offsite "
433
432
> Join us on Discourse</ a
@@ -442,20 +441,16 @@ <h4>Contribute</h4>
442
441
< h4 > Cite</ h4 >
443
442
< p >
444
443
Matplotlib is the result of development efforts by John Hunter
445
- (1968–2012) and the project's
446
- < a href ="https://matplotlib.org/stable/users/project/credits.html "
447
- > many contributors.</ a
448
- >
444
+ (1968–2012) and the project's < a
445
+ href ="/stable/users/project/credits.html "> many contributors</ a > .
449
446
</ p >
450
447
< p >
451
448
If Matplotlib contributes to a project that leads to a scientific
452
449
publication, please acknowledge this work by citing the project!
453
450
</ p >
454
- < a
455
- href ="https://matplotlib.org/stable/users/project/citing.html "
456
- class ="link--offsite "
457
- > Ready made citation</ a
458
- >
451
+ < a href ="/stable/users/project/citing.html " class ="link--offsite ">
452
+ Ready made citation
453
+ </ a >
459
454
</ li >
460
455
< li class ="callout callout--teal ">
461
456
< h4 > Donate</ h4 >
0 commit comments