Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f7d68f

Browse files
committed
ghpull directive
1 parent e6805e6 commit 4f7d68f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/api/prev_api_changes/api_changes_2.1.2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ list of conditions was incomplete, didn't handle RGB tuples,
1212
didn't handle linewidths or linestyles etc.
1313

1414
This logic did not exist in `.axes.Axes.legend`. It was included (erroneously)
15-
in Matplotlib 2.1.1 when the legend argument parsing was unified
16-
`#9324 <https://github.com/matplotlib/matplotlib/pull/9324>`_. This change
17-
removes that check in `.axes.Axes.legend` again to restore the old behavior.
15+
in Matplotlib 2.1.1 when the legend argument parsing was unified :ghpull:`9324`.
16+
This change removes that check in `.axes.Axes.legend` again to restore the old
17+
behavior.
1818

1919
This logic has also been dropped from `.Figure.legend`, where it
2020
was previously undocumented. Repeated

doc/devel/MEP/MEP23.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ This is and may continue to be the desired method of operation for
3434
most use cases.
3535

3636
Sometimes when there are too many figures open at the same time, it is
37-
desirable to be able to group these under the same window
38-
`see <https://github.com/matplotlib/matplotlib/issues/2194>`_.
37+
desirable to be able to group these under the same window. See :ghpull:`2194`.
38+
3939

4040
The proposed solution modifies `.FigureManagerBase` to contain and manage more
4141
than one ``Canvas``. The settings parameter :rc:`backend.multifigure` control

0 commit comments

Comments
 (0)