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

Skip to content

Commit 5a2d0a6

Browse files
committed
Add docstring to _setup_plot_info_docstrings
1 parent cd4c335 commit 5a2d0a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/matplotlib/pyplot.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,14 @@ def colormaps():
17081708

17091709

17101710
def _setup_pyplot_info_docstrings():
1711+
"""
1712+
Generates the plotting and colormaps docstrings.
1713+
1714+
These must be done after the entire module is imported, so it is
1715+
called from the end of this module, which is generated by
1716+
boilerplate.py.
1717+
"""
1718+
# Generate the plotting docstring
17111719
import re
17121720

17131721
def pad(s, l):

0 commit comments

Comments
 (0)