{"id":22051946,"url":"https://github.com/zachbateman/easy_plot","last_synced_at":"2026-01-18T22:02:08.291Z","repository":{"id":57425205,"uuid":"167589755","full_name":"zachbateman/easy_plot","owner":"zachbateman","description":"Easy Statistical Visualization in Python","archived":false,"fork":false,"pushed_at":"2024-09-25T20:01:00.000Z","size":904,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-27T17:50:03.371Z","etag":null,"topics":["data-analysis","data-visualization","graphics","matplotlib","python","seaborn"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zachbateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-01-25T17:55:53.000Z","updated_at":"2024-09-25T19:58:44.000Z","dependencies_parsed_at":"2025-01-29T12:46:13.712Z","dependency_job_id":null,"html_url":"https://github.com/zachbateman/easy_plot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zachbateman/easy_plot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachbateman%2Feasy_plot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachbateman%2Feasy_plot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachbateman%2Feasy_plot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachbateman%2Feasy_plot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachbateman","download_url":"https://codeload.github.com/zachbateman/easy_plot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachbateman%2Feasy_plot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28552128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["data-analysis","data-visualization","graphics","matplotlib","python","seaborn"],"created_at":"2024-11-30T15:12:23.890Z","updated_at":"2026-01-18T22:02:08.275Z","avatar_url":"https://github.com/zachbateman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy_Plot\n\nEasy_plot is a Python package built to provide easy and fast production-quality visualizations of statistical data.\nUtilizes pandas dataframes as standard format for input data.\n\n# Current Features\n\n  - easy_plot.distribution(df)\n    - Plot a \"Distribution Plot\": a swarmplot alongside a cumulative probability plot.\n    - Usage:\n        ```sh\n        import pandas\n        import easy_plot\n        df = pandas.read_csv('test.csv')\n        easy_plot.distribution(df, bin_col='Weight', result_col='Value')\n        ```\n    \u003cimg src=\"tests/images/distribution_example.png\" width=\"550px\"\u003e\n\n  - easy_plot.scatter(df)\n    - Plot a scatter plot.\n    - Usage:\n        ```sh\n        import pandas\n        import easy_plot\n        df = pandas.read_csv('test.csv')\n        easy_plot.scatter(df, xvar='Value', yvar='Value_2', sizevar='Weight')\n        ```\n    \u003cimg src=\"tests/images/scatter_example.png\" width=\"550px\"\u003e\n\n  - easy_plot.scatter_matrix(df)\n    - Plot a matrix of scatter plots.\n    - Usage:\n        ```sh\n        import pandas\n        import easy_plot\n        df = pandas.read_csv('test.csv')\n        easy_plot.scatter_matrix(df)\n        ```\n    \u003cimg src=\"tests/images/scatter_matrix_example.png\" width=\"550px\"\u003e\n\n  - easy_plot.heatmap(df)\n    - Plot a heatmap.\n    - Usage:\n        ```sh\n        import pandas\n        import easy_plot\n        df = pandas.read_csv('test.csv')\n        easy_plot.heatmap(df)\n        ```\n    \u003cimg src=\"tests/images/heatmap_example.png\" width=\"550px\"\u003e\n\n\nLicense\n----\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachbateman%2Feasy_plot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachbateman%2Feasy_plot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachbateman%2Feasy_plot/lists"}