Name | morethemes JSON |
Version |
0.5.1
JSON |
| download |
home_page | None |
Summary | More themes for matplotlib |
upload_time | 2025-09-01 12:20:07 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
matplotlib
themes
style
colors
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<!-- Automatically generated, uses README.qmd to modify README.md -->
# `morethemes`: more themes for matplotlib
<img src="https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/morethemes/image.png?raw=true" alt="morethemes logo" align="right" width="150px"/>
**`morethemes`** provides themes for
[matplotlib](https://matplotlib.org/). More themes, better plots, one
line of code.
[](https://pepy.tech/projects/morethemes)
[Documentation site](https://y-sunflower.github.io/morethemes/)
<br>
## Installation
``` bash
pip install morethemes
```
Don’t want to add **`morethemes`** as a dependency? You can either
browse the [source
code](https://github.com/y-sunflower/morethemes/blob/main/morethemes/themes.py)
to find the rcParams, or use the `mt.get_rcparams("theme_name")`
function.
<br>
## Themes
**`morethemes`** offers 16 themes at the moment:
### WSJ
``` python
import morethemes as mt
mt.set_theme("wsj")
```
[](https://y-sunflower.github.io/morethemes/)
### URBAN
``` python
import morethemes as mt
mt.set_theme("urban")
```
[](https://y-sunflower.github.io/morethemes/)
### MINIMAL
``` python
import morethemes as mt
mt.set_theme("minimal")
```
[](https://y-sunflower.github.io/morethemes/)
### FT
``` python
import morethemes as mt
mt.set_theme("ft")
```
[](https://y-sunflower.github.io/morethemes/)
### NATURE
``` python
import morethemes as mt
mt.set_theme("nature")
```
[](https://y-sunflower.github.io/morethemes/)
### ECONOMIST
``` python
import morethemes as mt
mt.set_theme("economist")
```
[](https://y-sunflower.github.io/morethemes/)
### GREENWAVE
``` python
import morethemes as mt
mt.set_theme("greenwave")
```
[](https://y-sunflower.github.io/morethemes/)
### LUMEN
``` python
import morethemes as mt
mt.set_theme("lumen")
```
[](https://y-sunflower.github.io/morethemes/)
### EBONIS
``` python
import morethemes as mt
mt.set_theme("ebonis")
```
[](https://y-sunflower.github.io/morethemes/)
### LIGHTER
``` python
import morethemes as mt
mt.set_theme("lighter")
```
[](https://y-sunflower.github.io/morethemes/)
### VSCODE-DARK
``` python
import morethemes as mt
mt.set_theme("vscode-dark")
```
[](https://y-sunflower.github.io/morethemes/)
### NORD
``` python
import morethemes as mt
mt.set_theme("nord")
```
[](https://y-sunflower.github.io/morethemes/)
### RETRO
``` python
import morethemes as mt
mt.set_theme("retro")
```
[](https://y-sunflower.github.io/morethemes/)
### DARKER
``` python
import morethemes as mt
mt.set_theme("darker")
```
[](https://y-sunflower.github.io/morethemes/)
### YELLOWISH
``` python
import morethemes as mt
mt.set_theme("yellowish")
```
[](https://y-sunflower.github.io/morethemes/)
### MONOBLUE
``` python
import morethemes as mt
mt.set_theme("monoblue")
```
[](https://y-sunflower.github.io/morethemes/)
Raw data
{
"_id": null,
"home_page": null,
"name": "morethemes",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "matplotlib, themes, style, colors",
"author": null,
"author_email": "Joseph Barbier <joseph.barbierdarnal@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/48/cc/5d98673002f94b47404627341a827e4082325c3637e73685b735dcade74f/morethemes-0.5.1.tar.gz",
"platform": null,
"description": "\n\n<!-- Automatically generated, uses README.qmd to modify README.md -->\n\n# `morethemes`: more themes for matplotlib\n\n<img src=\"https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/morethemes/image.png?raw=true\" alt=\"morethemes logo\" align=\"right\" width=\"150px\"/>\n\n**`morethemes`** provides themes for\n[matplotlib](https://matplotlib.org/). More themes, better plots, one\nline of code.\n\n[](https://pepy.tech/projects/morethemes)\n\n[Documentation site](https://y-sunflower.github.io/morethemes/)\n\n<br>\n\n## Installation\n\n``` bash\npip install morethemes\n```\n\nDon\u2019t want to add **`morethemes`** as a dependency? You can either\nbrowse the [source\ncode](https://github.com/y-sunflower/morethemes/blob/main/morethemes/themes.py)\nto find the rcParams, or use the `mt.get_rcparams(\"theme_name\")`\nfunction.\n\n<br>\n\n## Themes\n\n**`morethemes`** offers 16 themes at the moment:\n\n### WSJ\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"wsj\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### URBAN\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"urban\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### MINIMAL\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"minimal\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### FT\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"ft\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### NATURE\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"nature\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### ECONOMIST\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"economist\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### GREENWAVE\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"greenwave\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### LUMEN\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"lumen\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### EBONIS\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"ebonis\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### LIGHTER\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"lighter\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### VSCODE-DARK\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"vscode-dark\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### NORD\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"nord\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### RETRO\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"retro\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### DARKER\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"darker\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### YELLOWISH\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"yellowish\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n\n### MONOBLUE\n\n``` python\nimport morethemes as mt\nmt.set_theme(\"monoblue\")\n```\n\n[](https://y-sunflower.github.io/morethemes/)\n",
"bugtrack_url": null,
"license": null,
"summary": "More themes for matplotlib",
"version": "0.5.1",
"project_urls": {
"Documentation": "https://y-sunflower.github.io/morethemes/",
"Homepage": "https://y-sunflower.github.io/morethemes/",
"Issues": "https://github.com/y-sunflower/morethemes/issues",
"Repository": "https://github.com/y-sunflower/morethemes"
},
"split_keywords": [
"matplotlib",
" themes",
" style",
" colors"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1085f2814a330a128fdb501d4bd319fce36a212c012b80478f0ea6f6800a92b9",
"md5": "6b1875e51dacc12ecfbbde415714e4a5",
"sha256": "92e58686ef8d6149b06f1cbff1d7931a6c160952b254802cf0dfc4d579c6a7a8"
},
"downloads": -1,
"filename": "morethemes-0.5.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6b1875e51dacc12ecfbbde415714e4a5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 8555,
"upload_time": "2025-09-01T12:20:06",
"upload_time_iso_8601": "2025-09-01T12:20:06.008010Z",
"url": "https://files.pythonhosted.org/packages/10/85/f2814a330a128fdb501d4bd319fce36a212c012b80478f0ea6f6800a92b9/morethemes-0.5.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "48cc5d98673002f94b47404627341a827e4082325c3637e73685b735dcade74f",
"md5": "190d9d76d2e724815802807a4009e835",
"sha256": "73245e6b5fd4d7fe65ae46e8f50168e216c204dc41cf89cb02701c97e66b4f2d"
},
"downloads": -1,
"filename": "morethemes-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "190d9d76d2e724815802807a4009e835",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 3240355,
"upload_time": "2025-09-01T12:20:07",
"upload_time_iso_8601": "2025-09-01T12:20:07.567443Z",
"url": "https://files.pythonhosted.org/packages/48/cc/5d98673002f94b47404627341a827e4082325c3637e73685b735dcade74f/morethemes-0.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-01 12:20:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "y-sunflower",
"github_project": "morethemes",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "morethemes"
}