René's URL Explorer Experiment


Title: [TST] test_backends_interactive.py::test_figure_leak_20490 failures with py3.11/PyQt5: AttributeError: 'QShowEvent' object has no attribute 'pos' · Issue #23384 · matplotlib/matplotlib · GitHub

Open Graph Title: [TST] test_backends_interactive.py::test_figure_leak_20490 failures with py3.11/PyQt5: AttributeError: 'QShowEvent' object has no attribute 'pos' · Issue #23384 · matplotlib/matplotlib

X Title: [TST] test_backends_interactive.py::test_figure_leak_20490 failures with py3.11/PyQt5: AttributeError: 'QShowEvent' object has no attribute 'pos' · Issue #23384 · matplotlib/matplotlib

Description: Bug summary Two tests of the matplotlib's test suite are failing with Python 3.11.0b3: FAILED tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtagg', 'QT_API': 'PyQt5'}] - subprocess... FAILED tests/t...

Open Graph Description: Bug summary Two tests of the matplotlib's test suite are failing with Python 3.11.0b3: FAILED tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtagg', 'QT_API': ...

X Description: Bug summary Two tests of the matplotlib's test suite are failing with Python 3.11.0b3: FAILED tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qt...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[TST] test_backends_interactive.py::test_figure_leak_20490 failures with py3.11/PyQt5: AttributeError: 'QShowEvent' object has no attribute 'pos'","articleBody":"### Bug summary\n\nTwo tests of the matplotlib's test suite are failing with Python 3.11.0b3:\r\n\r\n```\r\nFAILED tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtagg', 'QT_API': 'PyQt5'}] - subprocess...\r\nFAILED tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtcairo', 'QT_API': 'PyQt5'}] - subproce...\r\n```\n\n### Code for reproduction\n\n```python\npython3.11 -m pytest -vv --pyargs matplotlib -m \"not network\"\n```\n\n\n### Actual outcome\n\n```pytb\r\n============================================================== FAILURES ===============================================================\r\n____________________________ test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtagg', 'QT_API': 'PyQt5'}] _____________________________\r\n[gw10] linux -- Python 3.11.0 /tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/install/usr/bin/python3.11\r\n\r\nenv = {'MPLBACKEND': 'qtagg', 'QT_API': 'PyQt5'}, time_mem = (0.1, 30000000)\r\n\r\n    @pytest.mark.parametrize(\"env\", _get_testable_interactive_backends())\r\n    @pytest.mark.parametrize(\"time_mem\", [(0.0, 2_000_000), (0.1, 30_000_000)])\r\n    def test_figure_leak_20490(env, time_mem):\r\n        pytest.importorskip(\"psutil\", reason=\"psutil needed to run this test\")\r\n    \r\n        # We haven't yet directly identified the leaks so test with a memory growth\r\n        # threshold.\r\n        pause_time, acceptable_memory_leakage = time_mem\r\n        if env[\"MPLBACKEND\"] == \"macosx\":\r\n            acceptable_memory_leakage += 11_000_000\r\n    \r\n\u003e       result = _run_helper(\r\n            _test_figure_leak, str(pause_time), timeout=_test_timeout, **env\r\n        )\r\n\r\nacceptable_memory_leakage = 30000000\r\nenv        = {'MPLBACKEND': 'qtagg', 'QT_API': 'PyQt5'}\r\npause_time = 0.1\r\ntime_mem   = (0.1, 30000000)\r\n\r\n../matplotlib-3.5.2-python3_11/test-lib/matplotlib/tests/test_backends_interactive.py:464: \r\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r\n../matplotlib-3.5.2-python3_11/test-lib/matplotlib/testing/__init__.py:73: in subprocess_run_helper\r\n    proc = subprocess.run(\r\n        args       = ('0.1',)\r\n        extra_env  = {'MPLBACKEND': 'qtagg', 'QT_API': 'PyQt5'}\r\n        func       = \u003cfunction _test_figure_leak at 0x7f1c96c19760\u003e\r\n        module     = 'matplotlib.tests.test_backends_interactive'\r\n        target     = '_test_figure_leak'\r\n        timeout    = 60\r\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r\n\r\ninput = None, capture_output = False, timeout = 60, check = True\r\npopenargs = (['/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/install/usr/bin/python3.11', '-c', '\\nfrom matplotlib.tests.test_backends_interactive import _test_figure_leak\\n_test_figure_leak()\\n', '0.1'],)\r\nkwargs = {'env': {'A': 'matplotlib-3.5.2.tar.gz freetype-2.6.1.tar.gz', 'ABI': 'amd64', 'ABI_MIPS': '', 'ABI_S390': '', ...}, 'stderr': -1, 'stdout': -1, 'universal_newlines': True}\r\nprocess = \u003cPopen: returncode: -6 args: ['/tmp/portage/dev-python/matplotlib-3.5.2-r3/w...\u003e, stdout = ''\r\nstderr = 'Traceback (most recent call last):\\n  File \"/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3...                           ^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'QShowEvent\\' object has no attribute \\'pos\\'\\n'\r\nretcode = -6\r\n\r\n    def run(*popenargs,\r\n            input=None, capture_output=False, timeout=None, check=False, **kwargs):\r\n        \"\"\"Run command with arguments and return a CompletedProcess instance.\r\n    \r\n        The returned instance will have attributes args, returncode, stdout and\r\n        stderr. By default, stdout and stderr are not captured, and those attributes\r\n        will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.\r\n    \r\n        If check is True and the exit code was non-zero, it raises a\r\n        CalledProcessError. The CalledProcessError object will have the return code\r\n        in the returncode attribute, and output \u0026 stderr attributes if those streams\r\n        were captured.\r\n    \r\n        If timeout is given, and the process takes too long, a TimeoutExpired\r\n        exception will be raised.\r\n    \r\n        There is an optional argument \"input\", allowing you to\r\n        pass bytes or a string to the subprocess's stdin.  If you use this argument\r\n        you may not also use the Popen constructor's \"stdin\" argument, as\r\n        it will be used internally.\r\n    \r\n        By default, all communication is in bytes, and therefore any \"input\" should\r\n        be bytes, and the stdout and stderr will be bytes. If in text mode, any\r\n        \"input\" should be a string, and stdout and stderr will be strings decoded\r\n        according to locale encoding, or by \"encoding\" if set. Text mode is\r\n        triggered by setting any of text, encoding, errors or universal_newlines.\r\n    \r\n        The other arguments are the same as for the Popen constructor.\r\n        \"\"\"\r\n        if input is not None:\r\n            if kwargs.get('stdin') is not None:\r\n                raise ValueError('stdin and input arguments may not both be used.')\r\n            kwargs['stdin'] = PIPE\r\n    \r\n        if capture_output:\r\n            if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None:\r\n                raise ValueError('stdout and stderr arguments may not be used '\r\n                                 'with capture_output.')\r\n            kwargs['stdout'] = PIPE\r\n            kwargs['stderr'] = PIPE\r\n    \r\n        with Popen(*popenargs, **kwargs) as process:\r\n            try:\r\n                stdout, stderr = process.communicate(input, timeout=timeout)\r\n            except TimeoutExpired as exc:\r\n                process.kill()\r\n                if _mswindows:\r\n                    # Windows accumulates the output in a single blocking\r\n                    # read() call run on child threads, with the timeout\r\n                    # being done in a join() on those threads.  communicate()\r\n                    # _after_ kill() is required to collect that and add it\r\n                    # to the exception.\r\n                    exc.stdout, exc.stderr = process.communicate()\r\n                else:\r\n                    # POSIX _communicate already populated the output so\r\n                    # far into the TimeoutExpired exception.\r\n                    process.wait()\r\n                raise\r\n            except:  # Including KeyboardInterrupt, communicate handled that.\r\n                process.kill()\r\n                # We don't call process.wait() as .__exit__ does that for us.\r\n                raise\r\n            retcode = process.poll()\r\n            if check and retcode:\r\n\u003e               raise CalledProcessError(retcode, process.args,\r\n                                         output=stdout, stderr=stderr)\r\nE               subprocess.CalledProcessError: Command '['/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/install/usr/bin/python3.11', '-c', '\\nfrom matplotlib.tests.test_backends_interactive import _test_figure_leak\\n_test_figure_leak()\\n', '0.1']' died with \u003cSignals.SIGABRT: 6\u003e.\r\n\r\ncapture_output = False\r\ncheck      = True\r\ninput      = None\r\nkwargs     = {'env': \u003cstripped\u003e,\r\n 'stderr': -1,\r\n 'stdout': -1,\r\n 'universal_newlines': True}\r\npopenargs  = (['/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/install/usr/bin/python3.11',\r\n  '-c',\r\n  '\\n'\r\n  'from matplotlib.tests.test_backends_interactive import _test_figure_leak\\n'\r\n  '_test_figure_leak()\\n',\r\n  '0.1'],)\r\nprocess    = \u003cPopen: returncode: -6 args: ['/tmp/portage/dev-python/matplotlib-3.5.2-r3/w...\u003e\r\nretcode    = -6\r\nstderr     = ('Traceback (most recent call last):\\n'\r\n '  File '\r\n '\"/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/test-lib/matplotlib/backends/backend_qt.py\", '\r\n 'line 284, in enterEvent\\n'\r\n '    x, y = self.mouseEventCoords(self._get_position(event))\\n'\r\n '                                 ^^^^^^^^^^^^^^^^^^^^^^^^^\\n'\r\n \"AttributeError: 'QShowEvent' object has no attribute 'pos'\\n\")\r\nstdout     = ''\r\ntimeout    = 60\r\n\r\n/usr/lib/python3.11/subprocess.py:558: CalledProcessError\r\n___________________________ test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtcairo', 'QT_API': 'PyQt5'}] ____________________________\r\n[gw2] linux -- Python 3.11.0 /tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/install/usr/bin/python3.11\r\n\r\nenv = {'MPLBACKEND': 'qtcairo', 'QT_API': 'PyQt5'}, time_mem = (0.1, 30000000)\r\n\r\n    @pytest.mark.parametrize(\"env\", _get_testable_interactive_backends())\r\n    @pytest.mark.parametrize(\"time_mem\", [(0.0, 2_000_000), (0.1, 30_000_000)])\r\n    def test_figure_leak_20490(env, time_mem):\r\n        pytest.importorskip(\"psutil\", reason=\"psutil needed to run this test\")\r\n    \r\n        # We haven't yet directly identified the leaks so test with a memory growth\r\n        # threshold.\r\n        pause_time, acceptable_memory_leakage = time_mem\r\n        if env[\"MPLBACKEND\"] == \"macosx\":\r\n            acceptable_memory_leakage += 11_000_000\r\n    \r\n\u003e       result = _run_helper(\r\n            _test_figure_leak, str(pause_time), timeout=_test_timeout, **env\r\n        )\r\n\r\nacceptable_memory_leakage = 30000000\r\nenv        = {'MPLBACKEND': 'qtcairo', 'QT_API': 'PyQt5'}\r\npause_time = 0.1\r\ntime_mem   = (0.1, 30000000)\r\n\r\n../matplotlib-3.5.2-python3_11/test-lib/matplotlib/tests/test_backends_interactive.py:464: \r\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r\n../matplotlib-3.5.2-python3_11/test-lib/matplotlib/testing/__init__.py:73: in subprocess_run_helper\r\n    proc = subprocess.run(\r\n        args       = ('0.1',)\r\n        extra_env  = {'MPLBACKEND': 'qtcairo', 'QT_API': 'PyQt5'}\r\n        func       = \u003cfunction _test_figure_leak at 0x7f8e2ed81760\u003e\r\n        module     = 'matplotlib.tests.test_backends_interactive'\r\n        target     = '_test_figure_leak'\r\n        timeout    = 60\r\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _\r\n\r\ninput = None, capture_output = False, timeout = 60, check = True\r\npopenargs = (['/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/install/usr/bin/python3.11', '-c', '\\nfrom matplotlib.tests.test_backends_interactive import _test_figure_leak\\n_test_figure_leak()\\n', '0.1'],)\r\nkwargs = {'env': {'A': 'matplotlib-3.5.2.tar.gz freetype-2.6.1.tar.gz', 'ABI': 'amd64', 'ABI_MIPS': '', 'ABI_S390': '', ...}, 'stderr': -1, 'stdout': -1, 'universal_newlines': True}\r\nprocess = \u003cPopen: returncode: -6 args: ['/tmp/portage/dev-python/matplotlib-3.5.2-r3/w...\u003e, stdout = ''\r\nstderr = 'Traceback (most recent call last):\\n  File \"/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3...                           ^^^^^^^^^^^^^^^^^^^^^^^^^\\nAttributeError: \\'QShowEvent\\' object has no attribute \\'pos\\'\\n'\r\nretcode = -6\r\n\r\n    def run(*popenargs,\r\n            input=None, capture_output=False, timeout=None, check=False, **kwargs):\r\n        \"\"\"Run command with arguments and return a CompletedProcess instance.\r\n    \r\n        The returned instance will have attributes args, returncode, stdout and\r\n        stderr. By default, stdout and stderr are not captured, and those attributes\r\n        will be None. Pass stdout=PIPE and/or stderr=PIPE in order to capture them.\r\n    \r\n        If check is True and the exit code was non-zero, it raises a\r\n        CalledProcessError. The CalledProcessError object will have the return code\r\n        in the returncode attribute, and output \u0026 stderr attributes if those streams\r\n        were captured.\r\n    \r\n        If timeout is given, and the process takes too long, a TimeoutExpired\r\n        exception will be raised.\r\n    \r\n        There is an optional argument \"input\", allowing you to\r\n        pass bytes or a string to the subprocess's stdin.  If you use this argument\r\n        you may not also use the Popen constructor's \"stdin\" argument, as\r\n        it will be used internally.\r\n    \r\n        By default, all communication is in bytes, and therefore any \"input\" should\r\n        be bytes, and the stdout and stderr will be bytes. If in text mode, any\r\n        \"input\" should be a string, and stdout and stderr will be strings decoded\r\n        according to locale encoding, or by \"encoding\" if set. Text mode is\r\n        triggered by setting any of text, encoding, errors or universal_newlines.\r\n    \r\n        The other arguments are the same as for the Popen constructor.\r\n        \"\"\"\r\n        if input is not None:\r\n            if kwargs.get('stdin') is not None:\r\n                raise ValueError('stdin and input arguments may not both be used.')\r\n            kwargs['stdin'] = PIPE\r\n    \r\n        if capture_output:\r\n            if kwargs.get('stdout') is not None or kwargs.get('stderr') is not None:\r\n                raise ValueError('stdout and stderr arguments may not be used '\r\n                                 'with capture_output.')\r\n            kwargs['stdout'] = PIPE\r\n            kwargs['stderr'] = PIPE\r\n    \r\n        with Popen(*popenargs, **kwargs) as process:\r\n            try:\r\n                stdout, stderr = process.communicate(input, timeout=timeout)\r\n            except TimeoutExpired as exc:\r\n                process.kill()\r\n                if _mswindows:\r\n                    # Windows accumulates the output in a single blocking\r\n                    # read() call run on child threads, with the timeout\r\n                    # being done in a join() on those threads.  communicate()\r\n                    # _after_ kill() is required to collect that and add it\r\n                    # to the exception.\r\n                    exc.stdout, exc.stderr = process.communicate()\r\n                else:\r\n                    # POSIX _communicate already populated the output so\r\n                    # far into the TimeoutExpired exception.\r\n                    process.wait()\r\n                raise\r\n            except:  # Including KeyboardInterrupt, communicate handled that.\r\n                process.kill()\r\n                # We don't call process.wait() as .__exit__ does that for us.\r\n                raise\r\n            retcode = process.poll()\r\n            if check and retcode:\r\n\u003e               raise CalledProcessError(retcode, process.args,\r\n                                         output=stdout, stderr=stderr)\r\nE               subprocess.CalledProcessError: Command '['/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/install/usr/bin/python3.11', '-c', '\\nfrom matplotlib.tests.test_backends_interactive import _test_figure_leak\\n_test_figure_leak()\\n', '0.1']' died with \u003cSignals.SIGABRT: 6\u003e.\r\n\r\ncapture_output = False\r\ncheck      = True\r\ninput      = None\r\nkwargs     = {'env': \u003cstripped\u003e,\r\n 'stderr': -1,\r\n 'stdout': -1,\r\n 'universal_newlines': True}\r\npopenargs  = (['/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/install/usr/bin/python3.11',\r\n  '-c',\r\n  '\\n'\r\n  'from matplotlib.tests.test_backends_interactive import _test_figure_leak\\n'\r\n  '_test_figure_leak()\\n',\r\n  '0.1'],)\r\nprocess    = \u003cPopen: returncode: -6 args: ['/tmp/portage/dev-python/matplotlib-3.5.2-r3/w...\u003e\r\nretcode    = -6\r\nstderr     = ('Traceback (most recent call last):\\n'\r\n '  File '\r\n '\"/tmp/portage/dev-python/matplotlib-3.5.2-r3/work/matplotlib-3.5.2-python3_11/test-lib/matplotlib/backends/backend_qt.py\", '\r\n 'line 284, in enterEvent\\n'\r\n '    x, y = self.mouseEventCoords(self._get_position(event))\\n'\r\n '                                 ^^^^^^^^^^^^^^^^^^^^^^^^^\\n'\r\n \"AttributeError: 'QShowEvent' object has no attribute 'pos'\\n\")\r\nstdout     = ''\r\ntimeout    = 60\r\n\r\n/usr/lib/python3.11/subprocess.py:558: CalledProcessError\r\n\r\n```\n\n### Expected outcome\n\nPassing tests ;-).\n\n### Additional information\n\nTesting on top of installed Gentoo packages. These two tests pass with Python 3.10 with the same dependency versions. The traceback looks kinda weird — what I suspect to be happening is that the method gets `QShowEvent` but is expecting something else but I have no clue why.\n\n### Operating system\n\nGentoo Linux\n\n### Matplotlib Version\n\n3.5.2\n\n### Matplotlib Backend\n\n(tests use different backends)\n\n### Python version\n\n3.11.0b3\n\n### Jupyter version\n\n6.4.12\n\n### Installation\n\nLinux package manager","author":{"url":"https://github.com/mgorny","@type":"Person","name":"mgorny"},"datePublished":"2022-07-03T10:45:39.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/23384/matplotlib/issues/23384"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:91df179b-cba5-d146-8878-a243b8bbe99d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE17E:276C72:D3C671:11B8AF1:6A5326B7
html-safe-nonce1dd4158e1e9961a0911cf36d199ef9500ceadc9f25f95b23c01922b65fedb14f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMTdFOjI3NkM3MjpEM0M2NzE6MTFCOEFGMTo2QTUzMjZCNyIsInZpc2l0b3JfaWQiOiIxMDA5ODUyOTgwMzcwMDI0MTE5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacf8cf6dd7f79f02df2af039bf5defd7ca805d50bcf846fa4e1424199db45edbba
hovercard-subject-tagissue:1292271405
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/23384/issue_layout
twitter:imagehttps://opengraph.githubassets.com/082705f891676cee5faa1b2eb25a6f0755efa1393b52eceec082a74a3d434275/matplotlib/matplotlib/issues/23384
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/082705f891676cee5faa1b2eb25a6f0755efa1393b52eceec082a74a3d434275/matplotlib/matplotlib/issues/23384
og:image:altBug summary Two tests of the matplotlib's test suite are failing with Python 3.11.0b3: FAILED tests/test_backends_interactive.py::test_figure_leak_20490[time_mem1-{'MPLBACKEND': 'qtagg', 'QT_API': ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemgorny
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
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/23384#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F23384
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%2F23384
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/23384
Reloadhttps://github.com/matplotlib/matplotlib/issues/23384
Reloadhttps://github.com/matplotlib/matplotlib/issues/23384
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/23384
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/23384
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 408 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
[TST] test_backends_interactive.py::test_figure_leak_20490 failures with py3.11/PyQt5: AttributeError: 'QShowEvent' object has no attribute 'pos'https://github.com/matplotlib/matplotlib/issues/23384#top
status: inactiveMarked by the “Stale” Github Actionhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20inactive%22
https://github.com/mgorny
mgornyhttps://github.com/mgorny
on Jul 3, 2022https://github.com/matplotlib/matplotlib/issues/23384#issue-1292271405
status: inactiveMarked by the “Stale” Github Actionhttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22status%3A%20inactive%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.