Skip to content

Commit 99469da

Browse files
committed
Merge branch 'v3.5.0-doc' into v3.5.x
2 parents 574c0da + f039a02 commit 99469da

File tree

5 files changed

+43
-4
lines changed

5 files changed

+43
-4
lines changed
Lines changed: 35 additions & 0 deletions
Loading

doc/users/prev_whats_new/whats_new_3.5.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==============================
2-
What's new in Matplotlib 3.5.0
3-
==============================
1+
=============================================
2+
What's new in Matplotlib 3.5.0 (Nov 15, 2021)
3+
=============================================
44

55
For a list of all of the issues and pull requests since the last revision, see
66
the :ref:`github-stats`.

doc/users/project/citing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ By version
2929
.. START OF AUTOGENERATED
3030
3131
32+
v3.5.0
33+
.. image:: ../../_static/zenodo_cache/5706396.svg
34+
:target: https://doi.org/10.5281/zenodo.5706396
3235
v3.4.3
3336
.. image:: ../../_static/zenodo_cache/5194481.svg
3437
:target: https://doi.org/10.5281/zenodo.5194481

lib/matplotlib/gridspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, nrows, ncols, height_ratios=None, width_ratios=None):
4141
relative width of ``width_ratios[i] / sum(width_ratios)``.
4242
If not given, all columns will have the same width.
4343
height_ratios : array-like of length *nrows*, optional
44-
Defines the relative heights of the rows. Each column gets a
44+
Defines the relative heights of the rows. Each row gets a
4545
relative height of ``height_ratios[i] / sum(height_ratios)``.
4646
If not given, all rows will have the same height.
4747
"""

tools/cache_zenodo_svg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _get_xdg_cache_dir():
6363

6464
if __name__ == "__main__":
6565
data = {
66+
"v3.5.0": "5706396",
6667
"v3.4.3": "5194481",
6768
"v3.4.2": "4743323",
6869
"v3.4.1": "4649959",

0 commit comments

Comments
 (0)