René's URL Explorer Experiment


Title: [Bug]: Doc build is broken · Issue #29802 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: Doc build is broken · Issue #29802 · matplotlib/matplotlib

X Title: [Bug]: Doc build is broken · Issue #29802 · matplotlib/matplotlib

Description: Bug summary UserWarning: Could not render math expression \sum_{\substack{1\leq i\leq 3\\ 1\leq j\leq 5}} e.g. in #29801. I suspect this may be a bug in pyparsing 3.2.2, which was released today. Ping @ptmcg Code for reproduction I've no...

Open Graph Description: Bug summary UserWarning: Could not render math expression \sum_{\substack{1\leq i\leq 3\\ 1\leq j\leq 5}} e.g. in #29801. I suspect this may be a bug in pyparsing 3.2.2, which was released today. P...

X Description: Bug summary UserWarning: Could not render math expression \sum_{\substack{1\leq i\leq 3\\ 1\leq j\leq 5}} e.g. in #29801. I suspect this may be a bug in pyparsing 3.2.2, which was released today. P...

Opengraph URL: https://github.com/matplotlib/matplotlib/issues/29802

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Doc build is broken","articleBody":"### Bug summary\n\n\u003e     UserWarning: Could not render math expression \\sum_{\\substack{1\\leq i\\leq 3\\\\ 1\\leq j\\leq 5}}\n\ne.g. in https://github.com/matplotlib/matplotlib/pull/29801.\n\nI suspect this may be a bug in pyparsing 3.2.2, which was released today. Ping @ptmcg\n\n### Code for reproduction\n\nI've not yet created a minimal example from the docs, but can do so if additional insight is needed.\n\n### Actual outcome\n\n```\n    Traceback (most recent call last):\n      File \"/home/circleci/project/lib/matplotlib/sphinxext/mathmpl.py\", line 134, in latex2png\n        depth = mathtext.math_to_image(\n                ^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/project/lib/matplotlib/mathtext.py\", line 134, in math_to_image\n        width, height, depth, _, _ = parser.parse(s, dpi=72, prop=prop)\n                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/project/lib/matplotlib/mathtext.py\", line 86, in parse\n        return self._parse_cached(s, dpi, prop, antialiased, load_glyph_flags)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/project/lib/matplotlib/mathtext.py\", line 100, in _parse_cached\n        box = self._parser.parse(s, fontset, fontsize, dpi)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/project/lib/matplotlib/_mathtext.py\", line 2170, in parse\n        result = self._expression.parseString(s)\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/util.py\", line 417, in _inner\n        return fn(self, *args, **kwargs)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 1207, in parse_string\n        loc, tokens = self._parse(instring, 0)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4197, in parseImpl\n        loc, exprtokens = e._parse(instring, loc, do_actions)\n                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5232, in parseImpl\n        return super().parseImpl(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5131, in parseImpl\n        loc, tokens = self_expr_parse(instring, loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4175, in parseImpl\n        loc, resultlist = self.exprs[0]._parse(\n                          ^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 892, in _parseNoCache\n        tokens = fn(instring, tokens_start, ret_tokens)  # type: ignore [call-arg, arg-type]\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 280, in wrapper\n        return func(*args[limit:])\n               ^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/project/lib/matplotlib/_mathtext.py\", line 2197, in math_string\n        return self._math_expression.parseString(toks[0][1:-1], parseAll=True)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/util.py\", line 417, in _inner\n        return fn(self, *args, **kwargs)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 1207, in parse_string\n        loc, tokens = self._parse(instring, 0)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5131, in parseImpl\n        loc, tokens = self_expr_parse(instring, loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5666, in parseImpl\n        return super().parseImpl(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4703, in parseImpl\n        return self.expr._parse(instring, loc, do_actions, callPreParse=False)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4431, in parseImpl\n        return e._parse(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4431, in parseImpl\n        return e._parse(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4197, in parseImpl\n        loc, exprtokens = e._parse(instring, loc, do_actions)\n                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5131, in parseImpl\n        loc, tokens = self_expr_parse(instring, loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4186, in parseImpl\n        loc, exprtokens = e._parse(instring, loc, do_actions)\n                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5666, in parseImpl\n        return super().parseImpl(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4703, in parseImpl\n        return self.expr._parse(instring, loc, do_actions, callPreParse=False)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4431, in parseImpl\n        return e._parse(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4197, in parseImpl\n        loc, exprtokens = e._parse(instring, loc, do_actions)\n                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5232, in parseImpl\n        return super().parseImpl(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5131, in parseImpl\n        loc, tokens = self_expr_parse(instring, loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5666, in parseImpl\n        return super().parseImpl(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4703, in parseImpl\n        return self.expr._parse(instring, loc, do_actions, callPreParse=False)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4431, in parseImpl\n        return e._parse(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4431, in parseImpl\n        return e._parse(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4175, in parseImpl\n        loc, resultlist = self.exprs[0]._parse(\n                          ^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5366, in parseImpl\n        loc, tokens = self_expr._parse(\n                      ^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5666, in parseImpl\n        return super().parseImpl(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4703, in parseImpl\n        return self.expr._parse(instring, loc, do_actions, callPreParse=False)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4431, in parseImpl\n        return e._parse(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4186, in parseImpl\n        loc, exprtokens = e._parse(instring, loc, do_actions)\n                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4431, in parseImpl\n        return e._parse(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5666, in parseImpl\n        return super().parseImpl(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4703, in parseImpl\n        return self.expr._parse(instring, loc, do_actions, callPreParse=False)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4703, in parseImpl\n        return self.expr._parse(instring, loc, do_actions, callPreParse=False)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4197, in parseImpl\n        loc, exprtokens = e._parse(instring, loc, do_actions)\n                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5232, in parseImpl\n        return super().parseImpl(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 5131, in parseImpl\n        loc, tokens = self_expr_parse(instring, loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 853, in _parseNoCache\n        loc, tokens = self.parseImpl(instring, pre_loc, do_actions)\n                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 4431, in parseImpl\n        return e._parse(instring, loc, do_actions)\n               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 991, in _parseCache\n        value = self._parseNoCache(instring, loc, do_actions, callPreParse)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 892, in _parseNoCache\n        tokens = fn(instring, tokens_start, ret_tokens)  # type: ignore [call-arg, arg-type]\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/core.py\", line 283, in wrapper\n        ret = func(*args[limit:])\n              ^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/pyparsing/helpers.py\", line 549, in \u003clambda\u003e\n        lambda t: t[0].strip(ParserElement.DEFAULT_WHITE_CHARS)\n                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n    TypeError: 'str' object is not callable\n    \n    During handling of the above exception, another exception occurred:\n    \n    Traceback (most recent call last):\n      File \"/home/circleci/.local/lib/python3.12/site-packages/sphinx/util/parallel.py\", line 83, in _process\n        ret = func(arg)  # type: ignore[call-arg]\n              ^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/sphinx/builders/__init__.py\", line 774, in write_process\n        self.write_doc(docname, doctree)\n      File \"/home/circleci/.local/lib/python3.12/site-packages/sphinx/builders/html/__init__.py\", line 670, in write_doc\n        self.docwriter.write(doctree, destination)\n      File \"/home/circleci/.local/lib/python3.12/site-packages/docutils/writers/__init__.py\", line 80, in write\n        self.translate()\n      File \"/home/circleci/.local/lib/python3.12/site-packages/sphinx/writers/html.py\", line 36, in translate\n        self.document.walkabout(visitor)\n      File \"/home/circleci/.local/lib/python3.12/site-packages/docutils/nodes.py\", line 186, in walkabout\n        if child.walkabout(visitor):\n           ^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/docutils/nodes.py\", line 186, in walkabout\n        if child.walkabout(visitor):\n           ^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/.local/lib/python3.12/site-packages/docutils/nodes.py\", line 186, in walkabout\n        if child.walkabout(visitor):\n           ^^^^^^^^^^^^^^^^^^^^^^^^\n      [Previous line repeated 1 more time]\n      File \"/home/circleci/.local/lib/python3.12/site-packages/docutils/nodes.py\", line 178, in walkabout\n        visitor.dispatch_visit(self)\n      File \"/home/circleci/.local/lib/python3.12/site-packages/sphinx/util/docutils.py\", line 767, in dispatch_visit\n        method(node)\n      File \"/home/circleci/project/lib/matplotlib/sphinxext/mathmpl.py\", line 214, in visit_latex_math_html\n        self.body.append(latex2html(node, source))\n                         ^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/project/lib/matplotlib/sphinxext/mathmpl.py\", line 158, in latex2html\n        depth = latex2png(latex, dest, fontset, fontsize=fontsize)\n                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n      File \"/home/circleci/project/lib/matplotlib/sphinxext/mathmpl.py\", line 137, in latex2png\n        _api.warn_external(f\"Could not render math expression {latex}\")\n      File \"/home/circleci/project/lib/matplotlib/_api/__init__.py\", line 391, in warn_external\n        warnings.warn(message, category, **kwargs)\n    UserWarning: Could not render math expression \\sum_{\\substack{1\\leq i\\leq 3\\\\ 1\\leq j\\leq 5}}\n```\n\n### Expected outcome\n\nNo error.\n\n### Additional information\n\n_No response_\n\n### Operating system\n\n_No response_\n\n### Matplotlib Version\n\nmain\n\n### Matplotlib Backend\n\n_No response_\n\n### Python version\n\n_No response_\n\n### Jupyter version\n\n_No response_\n\n### Installation\n\nNone","author":{"url":"https://github.com/timhoffm","@type":"Person","name":"timhoffm"},"datePublished":"2025-03-25T00:13:33.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/29802/matplotlib/issues/29802"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:e5bc9e26-185f-7a86-c4b5-1ec5e69e7a1b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9070:20A2E2:13948AD:1A9BC75:6A521C33
html-safe-noncefd97332dccfe5e65daead2da05334cc61c824d50b49dc2d87ba0e09ff7230747
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MDcwOjIwQTJFMjoxMzk0OEFEOjFBOUJDNzU6NkE1MjFDMzMiLCJ2aXNpdG9yX2lkIjoiMzgzOTAyMjQ5MDI4NzQ3OTg1OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac4640ebb7c246482241c82665953daf34b3b31c1621e9424e3b853e79c90a736e
hovercard-subject-tagissue:2944760814
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/29802/issue_layout
twitter:imagehttps://opengraph.githubassets.com/909ad91b1134efa93ad711307a70d00d87e4ec1981866e92628ee76030f27968/matplotlib/matplotlib/issues/29802
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/909ad91b1134efa93ad711307a70d00d87e4ec1981866e92628ee76030f27968/matplotlib/matplotlib/issues/29802
og:image:altBug summary UserWarning: Could not render math expression \sum_{\substack{1\leq i\leq 3\\ 1\leq j\leq 5}} e.g. in #29801. I suspect this may be a bug in pyparsing 3.2.2, which was released today. P...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametimhoffm
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/29802#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F29802
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F29802
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/issues/29802
Reloadhttps://github.com/matplotlib/matplotlib/issues/29802
Reloadhttps://github.com/matplotlib/matplotlib/issues/29802
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/29802
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/29802
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
[Bug]: Doc build is brokenhttps://github.com/matplotlib/matplotlib/issues/29802#top
status: upstream fix requiredhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20upstream%20fix%20required%22
https://github.com/timhoffm
timhoffmhttps://github.com/timhoffm
on Mar 25, 2025https://github.com/matplotlib/matplotlib/issues/29802#issue-2944760814
#29801https://github.com/matplotlib/matplotlib/pull/29801
@ptmcghttps://github.com/ptmcg
status: upstream fix requiredhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20upstream%20fix%20required%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.