{"id":26891694,"url":"https://github.com/josephbarbierdarnal/morethemes","last_synced_at":"2025-05-12T13:46:29.068Z","repository":{"id":272303189,"uuid":"916138007","full_name":"JosephBARBIERDARNAL/morethemes","owner":"JosephBARBIERDARNAL","description":"More themes for matplotlib","archived":false,"fork":false,"pushed_at":"2025-04-24T13:20:58.000Z","size":9352,"stargazers_count":35,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T14:20:01.602Z","etag":null,"topics":["data-visualization","matplotlib","theme"],"latest_commit_sha":null,"homepage":"https://josephbarbierdarnal.github.io/morethemes/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JosephBARBIERDARNAL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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}},"created_at":"2025-01-13T14:26:51.000Z","updated_at":"2025-04-24T13:20:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecdeff69-a8d1-421b-90fc-b34f5bbec958","html_url":"https://github.com/JosephBARBIERDARNAL/morethemes","commit_stats":null,"previous_names":["josephbarbierdarnal/morethemes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephBARBIERDARNAL%2Fmorethemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephBARBIERDARNAL%2Fmorethemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephBARBIERDARNAL%2Fmorethemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephBARBIERDARNAL%2Fmorethemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JosephBARBIERDARNAL","download_url":"https://codeload.github.com/JosephBARBIERDARNAL/morethemes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253750154,"owners_count":21958260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["data-visualization","matplotlib","theme"],"created_at":"2025-03-31T22:41:17.486Z","updated_at":"2025-05-12T13:46:29.059Z","avatar_url":"https://github.com/JosephBARBIERDARNAL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003c!-- Automatically generated, do not change by hand. Use docs/script/make.py instead. --\u003e\n\n# `morethemes`: more themes for matplotlib\n\n\u003cimg src=\"https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/morethemes/image.png?raw=true\" alt=\"morethemes logo\" align=\"right\" width=\"150px\"/\u003e\n\n**`morethemes`** provides themes for [matplotlib](https://matplotlib.org/). More themes, better plots, one line of code.\n\n![PyPI - Downloads](https://img.shields.io/pypi/dm/morethemes)\n\n[Documentation site](https://josephbarbierdarnal.github.io/morethemes/)\n\n\n\n\u003cbr\u003e\n\n## Installation\n\n```bash\npip install morethemes\n```\n\nDon't want to add **`morethemes`** as a dependency? You can either browse the [source code](https://github.com/JosephBARBIERDARNAL/morethemes/blob/main/morethemes/themes.py) to find the rcParams, or use the `mt.get_rcparams(\"theme_name\")` function.\n\n    \n\u003cbr\u003e\n\n## Themes\n\n**`morethemes`** offers 10 themes at the moment:\n    \n### WSJ\n\n```python\nimport morethemes as mt\nmt.set_theme(\"wsj\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/wsj.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    \n### Urban\n\n```python\nimport morethemes as mt\nmt.set_theme(\"urban\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/urban.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    \n### Minimal\n\n```python\nimport morethemes as mt\nmt.set_theme(\"minimal\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/minimal.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    \n### FT\n\n```python\nimport morethemes as mt\nmt.set_theme(\"ft\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/ft.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    \n### Nature\n\n```python\nimport morethemes as mt\nmt.set_theme(\"nature\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/nature.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    \n### Economist\n\n```python\nimport morethemes as mt\nmt.set_theme(\"economist\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/economist.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    \n### Retro\n\n```python\nimport morethemes as mt\nmt.set_theme(\"retro\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/retro.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    \n### Yellowish\n\n```python\nimport morethemes as mt\nmt.set_theme(\"yellowish\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/yellowish.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    \n### Darker\n\n```python\nimport morethemes as mt\nmt.set_theme(\"darker\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/darker.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    \n### Monoblue\n\n```python\nimport morethemes as mt\nmt.set_theme(\"monoblue\")\n```\n\n[![](https://raw.githubusercontent.com/JosephBARBIERDARNAL/morethemes/refs/heads/main/docs/img/monoblue.png)](https://josephbarbierdarnal.github.io/morethemes/)\n\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephbarbierdarnal%2Fmorethemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephbarbierdarnal%2Fmorethemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephbarbierdarnal%2Fmorethemes/lists"}