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 936855c commit 76995d8Copy full SHA for 76995d8
1 file changed
lib/matplotlib/text.py
@@ -22,16 +22,6 @@
22
_log = logging.getLogger(__name__)
23
24
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
35
@contextlib.contextmanager
36
def _wrap_text(textobj):
37
"""Temporarily inserts newlines to the text if the wrap option is enabled.
0 commit comments