{"id":13398260,"url":"https://github.com/yhat/ggpy","last_synced_at":"2026-03-13T14:32:00.056Z","repository":{"id":11047602,"uuid":"13384593","full_name":"yhat/ggpy","owner":"yhat","description":"ggplot port for python","archived":false,"fork":false,"pushed_at":"2023-01-21T20:19:13.000Z","size":186091,"stargazers_count":3696,"open_issues_count":178,"forks_count":565,"subscribers_count":120,"default_branch":"master","last_synced_at":"2026-03-10T09:25:38.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://yhat.github.io/ggpy/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yhat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.txt","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-07T13:30:53.000Z","updated_at":"2026-02-25T14:00:50.000Z","dependencies_parsed_at":"2023-02-12T12:31:30.470Z","dependency_job_id":null,"html_url":"https://github.com/yhat/ggpy","commit_stats":null,"previous_names":["yhat/ggplot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yhat/ggpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhat%2Fggpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhat%2Fggpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhat%2Fggpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhat%2Fggpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yhat","download_url":"https://codeload.github.com/yhat/ggpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yhat%2Fggpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30468293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-07-30T19:00:21.257Z","updated_at":"2026-03-13T14:32:00.031Z","avatar_url":"https://github.com/yhat.png","language":"Python","readme":"# ggplot\n\n\u003cimg src=\"./examples/example-34d773b9-ec68-40b1-999b-7bb07c208be9.png\" width=\"400px\" /\u003e\n\u003cimg src=\"./examples/example-8f4fbffe-2999-42b0-9c34-de6f0b205733.png\" width=\"400px\" /\u003e\n\n### What is it?\n`ggplot` is a Python implementation of the grammar of graphics. It is not intended\nto be a feature-for-feature port of [`ggplot2 for R`](https://github.com/hadley/ggplot2)--though \nthere is much greatness in `ggplot2`, the Python world could stand to benefit \nfrom it. So there __will be feature overlap__, but not neccessarily mimicry \n(after all, R is a little weird).\n\nYou can do cool things like this:\n\n```python\nggplot(diamonds, aes(x='price', color='clarity')) + \\\n    geom_density() + \\\n    scale_color_brewer(type='div', palette=7) + \\\n    facet_wrap('cut')\n```\n![](./docs/example.png)\n\n### Installation\n```bash\n$ pip install -U ggplot\n# or \n$ conda install -c conda-forge ggplot\n# or\npip install git+https://github.com/yhat/ggplot.git\n```\n\n### Examples\nExamples are the best way to learn. There is a Jupyter Notebook full of them. \nThere are also notebooks that show how to do particular things with ggplot \n(i.e. [make a scatter plot](./docs/how-to/Making%20a%20Scatter%20Plot.ipynb) or [make a histogram](./docs/how-to/Making%20a%20Scatter%20Plot.ipynb)).\n\n- [docs](./docs)\n- [gallery](./docs/Gallery.ipynb)\n- [various examples](./examples.md)\n\n\n### What happened to the old version that didn't work?\nIt's gone--the windows, the doors, [everything](https://www.youtube.com/watch?v=YuxCKv_0GZc). \nJust kidding, [you can find it here](https://github.com/yhat/ggplot/tree/v0.6.6), though I'm not sure why you'd want to look at it. The data grouping and manipulation bits were re-written\n(so they actually worked) with things like facets in mind.\n\n### Contributing\nThanks to all of the ggplot [contributors](./contributors.md#contributors)!\nSee *[contributing.md](./contributing.md)*.\n","funding_links":[],"categories":["Python","Data Visualization","Data Visualizations","Python tools","Awesome Python","Not in PyViz"],"sub_categories":["Data Manipulations","Data Management","General-Purpose Machine Learning","Misc","Data Visualization"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyhat%2Fggpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyhat%2Fggpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyhat%2Fggpy/lists"}