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

Skip to content

Commit 0132e12

Browse files
authored
Merge pull request #12844 from anntzer/process_text_args
Remove unused, private _process_text_args.
2 parents 24a5d58 + 76995d8 commit 0132e12

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/matplotlib/text.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@
2222
_log = logging.getLogger(__name__)
2323

2424

25-
def _process_text_args(override, fontdict=None, **kwargs):
26-
"""Return an override dict. See `~pyplot.text' docstring for info."""
27-
28-
if fontdict is not None:
29-
override.update(fontdict)
30-
31-
override.update(kwargs)
32-
return override
33-
34-
3525
@contextlib.contextmanager
3626
def _wrap_text(textobj):
3727
"""Temporarily inserts newlines to the text if the wrap option is enabled.

0 commit comments

Comments
 (0)