Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4c335 commit 5a2d0a6Copy full SHA for 5a2d0a6
lib/matplotlib/pyplot.py
@@ -1708,6 +1708,14 @@ def colormaps():
1708
1709
1710
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
1719
import re
1720
1721
def pad(s, l):
0 commit comments