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 22cb2d4 commit 1d1b559Copy full SHA for 1d1b559
lib/matplotlib/__init__.py
@@ -878,7 +878,6 @@ def find_all(self, pattern):
878
the parent RcParams dictionary.
879
880
"""
881
- import re
882
pattern_re = re.compile(pattern)
883
return RcParams((key, value)
884
for key, value in self.items()
@@ -1700,7 +1699,6 @@ def inner(ax, *args, **kwargs):
1700
1699
elif label_namer in kwargs:
1701
kwargs['label'] = get_label(kwargs[label_namer], label)
1702
else:
1703
- import warnings
1704
msg = ("Tried to set a label via parameter '%s' in "
1705
"func '%s' but couldn't find such an argument. \n"
1706
"(This is a programming error, please report to "
0 commit comments