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

Skip to content

Commit 49abfef

Browse files
author
Sven Eschlbeck
authored
Added links to the mosaic docs in figure and pyplot module docstrings (#21546)
* Added links to the mosaic docs in figure and pyplot module docstrings * I got rid of some whitespaces and dropped the fileending at the end of the link * I changed the comment a bit in the docstrings * I changed the comment describing the purpose of the link
1 parent 95463c3 commit 49abfef

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

lib/matplotlib/figure.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,9 @@ def subplot_mosaic(self, mosaic, *, sharex=False, sharey=False,
16791679
This API is provisional and may be revised in the future based on
16801680
early user feedback.
16811681
1682+
See :doc:`/tutorials/provisional/mosaic`
1683+
for an example and full API documentation
1684+
16821685
Parameters
16831686
----------
16841687
mosaic : list of list of {hashable or nested} or str

lib/matplotlib/pyplot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,6 +1451,9 @@ def subplot_mosaic(mosaic, *, sharex=False, sharey=False,
14511451
This API is provisional and may be revised in the future based on
14521452
early user feedback.
14531453
1454+
See :doc:`/tutorials/provisional/mosaic`
1455+
for an example and full API documentation
1456+
14541457
Parameters
14551458
----------
14561459
mosaic : list of list of {hashable or nested} or str

0 commit comments

Comments
 (0)