{"id":24288162,"url":"https://github.com/masbicudo/plotinpy","last_synced_at":"2025-09-25T11:30:39.002Z","repository":{"id":57453526,"uuid":"272753013","full_name":"masbicudo/PlotInPy","owner":"masbicudo","description":"A collection of plotting functions based on MatPlotLib.","archived":false,"fork":false,"pushed_at":"2020-06-16T18:21:55.000Z","size":29,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-30T00:13:53.674Z","etag":null,"topics":["matplotlib","plot","python"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masbicudo.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}},"created_at":"2020-06-16T16:04:13.000Z","updated_at":"2023-05-23T17:15:36.000Z","dependencies_parsed_at":"2022-08-29T11:11:39.781Z","dependency_job_id":null,"html_url":"https://github.com/masbicudo/PlotInPy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masbicudo%2FPlotInPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masbicudo%2FPlotInPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masbicudo%2FPlotInPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masbicudo%2FPlotInPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masbicudo","download_url":"https://codeload.github.com/masbicudo/PlotInPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234180008,"owners_count":18792070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["matplotlib","plot","python"],"created_at":"2025-01-16T09:53:42.226Z","updated_at":"2025-09-25T11:30:38.638Z","avatar_url":"https://github.com/masbicudo.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlotInPy\n\nThis is a collection of plotting functions that I am creating\nto contain everything I find useful on the topic of plotting in Python.\nThese are not code snippets though.\nEach function is intended to be as robust as possible,\nto support (for example) being used inside subplots, using gridspecs,\nand so on. Maybe they are not perfect... yet! The intention is\nto improve them until they are.\n\n## Examples\n\n### Broken bars\n\n    plt.figure()\n    pnp.plot_bars_with_breaks([1,2,30],[(15,25)])\n    plt.savefig(\"img/example1.png\")\n\n![Example 1](img/example1.png)\n\n### Styled broken bars\n\n    plt.figure()\n    pnp.plot_bars_with_breaks([1,2,30, 1000],[(15,25), (50, 975)], style=\"~~\", break_args={\"hatch\": '///'})\n    plt.savefig(\"img/example2.png\")\n\n![Example 2](img/example2.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasbicudo%2Fplotinpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasbicudo%2Fplotinpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasbicudo%2Fplotinpy/lists"}