{"id":34054946,"url":"https://github.com/aloytag/mpl-modernqt","last_synced_at":"2026-04-08T17:32:22.437Z","repository":{"id":218756140,"uuid":"747299077","full_name":"aloytag/mpl-modernqt","owner":"aloytag","description":"Modern Qt Matplotlib backend","archived":false,"fork":false,"pushed_at":"2026-02-12T21:27:21.000Z","size":264,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-16T04:54:23.922Z","etag":null,"topics":["backend","matplotlib","matplotlib-backend","plotting","python","qtawesome"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aloytag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-23T16:54:29.000Z","updated_at":"2026-02-12T19:42:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe6b34c6-810c-4f68-84e2-ad98af5d3369","html_url":"https://github.com/aloytag/mpl-modernqt","commit_stats":null,"previous_names":["aloytag/mpl-modernqt"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/aloytag/mpl-modernqt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloytag%2Fmpl-modernqt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloytag%2Fmpl-modernqt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloytag%2Fmpl-modernqt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloytag%2Fmpl-modernqt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloytag","download_url":"https://codeload.github.com/aloytag/mpl-modernqt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloytag%2Fmpl-modernqt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31566835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","matplotlib","matplotlib-backend","plotting","python","qtawesome"],"created_at":"2025-12-14T02:33:51.861Z","updated_at":"2026-04-08T17:32:22.428Z","avatar_url":"https://github.com/aloytag.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mpl-modernqt\nA modern looking backend for Matplotlib based on the official Qt backend. Its main features are:\n\n* `Phosphor Icons` (monochromatic) thanks to the [QtAwesome](https://github.com/spyder-ide/qtawesome) package.\n* Modern theme with the [PyQtDarkTheme](https://github.com/5yutan5/PyQtDarkTheme) package.\n* `Qt5` and `Qt6` support.\n\n\n\n## Screenshots\n\n![Matplotlib figure (main window)](img/screenshot.png)\n\u003cp align = \"center\"\u003e\n\u003ci\u003eMatplotlib figure (main window).\u003c/i\u003e\n\u003c/p\u003e\n\n![Figure settings](img/screenshot1.png)\n\u003cp align = \"center\"\u003e\n\u003ci\u003eFigure settings.\u003c/i\u003e\n\u003c/p\u003e\n\n![Figure options](img/screenshot2.png)\n\u003cp align = \"center\"\u003e\n\u003ci\u003eFigure options.\u003c/i\u003e\n\u003c/p\u003e\n\n\n\n## Installation\nUsing ```pip```, the official Python package manager...\n\nOn GNU/Linux and MacOS execute the following order in a terminal:\n```bash\npip install mpl-modernqt -U\n```\n\nOn MS Windows you may prefer:\n```bash\npython -m pip install mpl-modernqt -U\n```\n\n## Usage\n\n```python\nfrom matplotlib import use\n\nuse('module://mpl_modernqt.backend')\n```\n\n## Example code\n\n```python\nimport numpy as np\nfrom matplotlib import use\nimport matplotlib.pyplot as plt\n\nuse('module://mpl_modernqt.backend')\n\nx = np.linspace(0, 7, 300)\ny = np.sin(x)\n\nplt.plot(x, y)\nplt.show()\n```\n\n\n## License\n\nThis project uses the [MIT license](https://github.com/aloytag/mpl-modernqt/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloytag%2Fmpl-modernqt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloytag%2Fmpl-modernqt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloytag%2Fmpl-modernqt/lists"}