CustomPlotlyThemes


NameCustomPlotlyThemes JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://gitlab.com/wime/CustomPlotlyThemes/
SummaryCustom themes for plotly
upload_time2022-12-25 16:26:28
maintainer
docs_urlNone
authorWillem Meijer
requires_python
licenseMIT
keywords plotly themes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Custom Plotly Themes

## Description
The package gives additional themes for plotly. The primary motivation behind the package to have a *solarized light* and  *solarized dark* templates to integrate better with my IDE. 

## Installation
```bash
pip install git+"https://gitlab.com/wime/CustomPlotlyThemes.git"
```

## Usage
Just write the following with the other imports:
```python
from custom_themes import custom_plotly_themes
```
And use it like any other plotly template. The following are available:
* solarized_light \
![Solarized Light](Resources/solarized_light.png)

* solarized_dark \
![Solarized Dark](Resources/solarized_dark.png)
### Own custom themes
To make a template for ther themesthe following can be added:
```python
new_colorscheme = {
    'primary_background': '#002b36',
    'secondary_background': '#073642',
    'primary_foreground': '#839496',
    'secondary_foreground': '#586e75',
    'accent1': '#dc322f',
    'accent2': '#268bd2',
    'accent3': '#859900',
    'accent4': '#d33682',
    'accent5': '#b58900',
    'accent6': '#cb4b16',
    'accent7': '#2aa198',
    'accent8': '#6c71c4',
}
custom_plotly_themes.make_template('new_colorscheme', new_colorscheme)
```
And use `new_colorscheme`like any other template.

## License
The package is published under the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/wime/CustomPlotlyThemes/",
    "name": "CustomPlotlyThemes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "plotly,themes",
    "author": "Willem Meijer",
    "author_email": "willem.meijer@mailbox.org",
    "download_url": "https://files.pythonhosted.org/packages/d7/18/b1624f8b2de02647e22a4607647f845b56e1ef802c962fe8f90c47a989a5/CustomPlotlyThemes-0.1.0.tar.gz",
    "platform": null,
    "description": "# Custom Plotly Themes\n\n## Description\nThe package gives additional themes for plotly. The primary motivation behind the package to have a *solarized light* and  *solarized dark* templates to integrate better with my IDE. \n\n## Installation\n```bash\npip install git+\"https://gitlab.com/wime/CustomPlotlyThemes.git\"\n```\n\n## Usage\nJust write the following with the other imports:\n```python\nfrom custom_themes import custom_plotly_themes\n```\nAnd use it like any other plotly template. The following are available:\n* solarized_light \\\n![Solarized Light](Resources/solarized_light.png)\n\n* solarized_dark \\\n![Solarized Dark](Resources/solarized_dark.png)\n### Own custom themes\nTo make a template for ther themesthe following can be added:\n```python\nnew_colorscheme = {\n    'primary_background': '#002b36',\n    'secondary_background': '#073642',\n    'primary_foreground': '#839496',\n    'secondary_foreground': '#586e75',\n    'accent1': '#dc322f',\n    'accent2': '#268bd2',\n    'accent3': '#859900',\n    'accent4': '#d33682',\n    'accent5': '#b58900',\n    'accent6': '#cb4b16',\n    'accent7': '#2aa198',\n    'accent8': '#6c71c4',\n}\ncustom_plotly_themes.make_template('new_colorscheme', new_colorscheme)\n```\nAnd use `new_colorscheme`like any other template.\n\n## License\nThe package is published under the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Custom themes for plotly",
    "version": "0.1.0",
    "split_keywords": [
        "plotly",
        "themes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d3009e6aad370335613ebf3c25b01d3f",
                "sha256": "e535ab41bab710fbaec0f171b0630e479f4b5ad69b8bb26fd537c1d0c8e8998e"
            },
            "downloads": -1,
            "filename": "CustomPlotlyThemes-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3009e6aad370335613ebf3c25b01d3f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4035,
            "upload_time": "2022-12-25T16:26:26",
            "upload_time_iso_8601": "2022-12-25T16:26:26.982682Z",
            "url": "https://files.pythonhosted.org/packages/15/1c/2606448978445569c19c10235486c75c9e0c59510c90b79c8ef1e0bb454d/CustomPlotlyThemes-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "8fab68b22bcf71f425e68de7130809f0",
                "sha256": "5f497ab14411f294bccfd26f22f88702b23d0f97c7cee666add0623101bf2d5a"
            },
            "downloads": -1,
            "filename": "CustomPlotlyThemes-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8fab68b22bcf71f425e68de7130809f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3227,
            "upload_time": "2022-12-25T16:26:28",
            "upload_time_iso_8601": "2022-12-25T16:26:28.727061Z",
            "url": "https://files.pythonhosted.org/packages/d7/18/b1624f8b2de02647e22a4607647f845b56e1ef802c962fe8f90c47a989a5/CustomPlotlyThemes-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 16:26:28",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "gitlab_user": "wime",
    "gitlab_project": "CustomPlotlyThemes",
    "lcname": "customplotlythemes"
}
        
Elapsed time: 0.02772s