hrbrthemes


Namehrbrthemes JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://gitlab.com/hrbrmstr/hrbrthemes-p9
SummaryOpinionated Themes For plotine
upload_time2023-12-10 12:23:16
maintainer
docs_urlNone
authorboB Rudis
requires_python>=3.6
license
keywords plotnine ggplot2 themes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Ref:
<https://dailyfinds.hrbrmstr.dev/p/drop-385-2023-12-08-weekend-project>

``` bash
$ python3 -m pip install git+https://gitlab.com/hrbrmstr/hrbrthemes-p9
```

``` python
from hrbrthemes import *

from plotnine import *
from plotnine.data import mtcars

(ggplot(mtcars, aes("wt", "mpg", color="factor(gear)")) 
  + geom_point() 
  + labs(title = "hrbrmstr's Fav Example Plot", x = "Weight (tons)", y = "Miles-per-gallon")
  + theme_ipsum())
```

![](README_files/figure-commonmark/cell-2-output-1.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/hrbrmstr/hrbrthemes-p9",
    "name": "hrbrthemes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "plotnine, ggplot2, themes",
    "author": "boB Rudis",
    "author_email": "boB Rudis <bob@rud.is>",
    "download_url": "",
    "platform": null,
    "description": "\nRef:\n<https://dailyfinds.hrbrmstr.dev/p/drop-385-2023-12-08-weekend-project>\n\n``` bash\n$ python3 -m pip install git+https://gitlab.com/hrbrmstr/hrbrthemes-p9\n```\n\n``` python\nfrom hrbrthemes import *\n\nfrom plotnine import *\nfrom plotnine.data import mtcars\n\n(ggplot(mtcars, aes(\"wt\", \"mpg\", color=\"factor(gear)\")) \n  + geom_point() \n  + labs(title = \"hrbrmstr's Fav Example Plot\", x = \"Weight (tons)\", y = \"Miles-per-gallon\")\n  + theme_ipsum())\n```\n\n![](README_files/figure-commonmark/cell-2-output-1.png)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Opinionated Themes For plotine",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/hrbrmstr/hrbrthemes-p9",
        "Issues": "https://gitlab.com/hrbrmstr/hrbrthemes-p9/issues"
    },
    "split_keywords": [
        "plotnine",
        " ggplot2",
        " themes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd1c4badb3c23347048cb0d8dda45b4d3eff4b01ae29bb4de8e6a92c8373742c",
                "md5": "ca5fa028b63fc8371f7669a61a691c71",
                "sha256": "89efbcfe5b0ab06e178336ee82e14f11f46456f0b6a07e5025f8e88c3815a399"
            },
            "downloads": -1,
            "filename": "hrbrthemes-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca5fa028b63fc8371f7669a61a691c71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3687,
            "upload_time": "2023-12-10T12:23:16",
            "upload_time_iso_8601": "2023-12-10T12:23:16.971174Z",
            "url": "https://files.pythonhosted.org/packages/fd/1c/4badb3c23347048cb0d8dda45b4d3eff4b01ae29bb4de8e6a92c8373742c/hrbrthemes-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 12:23:16",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hrbrmstr",
    "gitlab_project": "hrbrthemes-p9",
    "lcname": "hrbrthemes"
}
        
Elapsed time: 0.15540s