File tree Expand file tree Collapse file tree 2 files changed +3
-395
lines changed Expand file tree Collapse file tree 2 files changed +3
-395
lines changed Original file line number Diff line number Diff line change 1
- # Note: The first part of this file can be modified in place, but the latter
2
- # part is autogenerated by the boilerplate.py script.
3
-
4
1
"""
5
2
`matplotlib.pyplot` is a state-based interface to matplotlib. It provides
6
3
a MATLAB-like way of plotting.
23
20
import six
24
21
25
22
import inspect
23
+ import re
26
24
import sys
27
25
import time
28
26
import warnings
@@ -1671,12 +1669,10 @@ def _setup_pyplot_info_docstrings():
1671
1669
"""
1672
1670
Generates the plotting and docstring.
1673
1671
1674
- These must be done after the entire module is imported, so it is
1675
- called from the end of this module, which is generated by
1676
- boilerplate.py.
1672
+ These must be done after the entire module is imported, so it is called
1673
+ from the end of this module.
1677
1674
"""
1678
1675
# Generate the plotting docstring
1679
- import re
1680
1676
1681
1677
def pad (s , l ):
1682
1678
"""Pad string *s* to length *l*."""
You can’t perform that action at this time.
0 commit comments