{"id":15691041,"url":"https://github.com/seba-1511/plotify","last_synced_at":"2025-05-07T23:47:14.103Z","repository":{"id":65299597,"uuid":"106387292","full_name":"seba-1511/plotify","owner":"seba-1511","description":"Best practices and sane defaults for Matplotlib.","archived":false,"fork":false,"pushed_at":"2023-08-05T00:07:18.000Z","size":36966,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T00:19:46.130Z","etag":null,"topics":["data-visualization","figures","matplotlib","plot","plotting","python"],"latest_commit_sha":null,"homepage":"https://sebarnold.net/plotify","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/seba-1511.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2017-10-10T08:06:06.000Z","updated_at":"2025-02-04T10:06:24.000Z","dependencies_parsed_at":"2024-10-23T23:06:32.233Z","dependency_job_id":"9b432bd3-3071-483f-9509-1f9bcf4e78eb","html_url":"https://github.com/seba-1511/plotify","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seba-1511%2Fplotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seba-1511%2Fplotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seba-1511%2Fplotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seba-1511%2Fplotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seba-1511","download_url":"https://codeload.github.com/seba-1511/plotify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973622,"owners_count":21834105,"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":["data-visualization","figures","matplotlib","plot","plotting","python"],"created_at":"2024-10-03T18:19:22.013Z","updated_at":"2025-05-07T23:47:14.079Z","avatar_url":"https://github.com/seba-1511.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src='https://sebarnold.net/plotify/assets/images/plotify-logo-kde.png' width=\"60px\" style='padding-bottom: 5px; margin-right: 10px;'/\u003e\n\u003cimg src='https://sebarnold.net/plotify/assets/images/plotify.png' max-width=\"150px\" /\u003e\n\u003c/p\u003e\n\n--------------------------------------------------------------------------------\n\n\u003c!-- ![Test Status](https://github.com/seba-1511/plotify/workflows/Testing/badge.svg?branch=master) --\u003e\n\n# Example\n\n#### Output\n\n\u003ccenter\u003e\n\u003ca href=\"https://github.com/seba-1511/plotify/blob/examples/modern_plot.py\" /\u003e\n\u003cimg src='https://sebarnold.net/plotify/assets/images/examples/modern_plot.png' max-width=\"100%\" /\u003e\n\u003c/a\u003e\n\u003c/center\u003e\n\n#### Code\n\n~~~python\nimport plotify as pl\nimport numpy as np\n\n# create plot object\nplot = pl.ModernPlot(width=7500.0)\n\n# title\nplot.set_title('Modern Plot Title')\nplot.set_subtitle(r'Subtitle: $y = f(x)$')\n\n# settings\nplot.set_palette('vibrant')\nplot.set_axis(x=r'Argument $x$', y=r'Values $f(x) / 1,000$')\nplot.set_notation(x='scientific', y='decimal')\nplot.set_scales(x='linear', y='log2')\nplot.set_grid('horizontal', granularity='coarse')\nplot.set_legend(title='Curve Family')\n\n# plot data\nnum_points = 10\nxs = np.arange(1, 1 + num_points)\nplot.plot(\n    x=xs,\n    y=xs / 1000,\n    label=r'Linear',\n    linestyle='dashed',\n)\nplot.plot(\n    x=xs,\n    y=xs**2 / 1000,\n    label='Quadratic',\n    linestyle='dotted',\n)\nplot.plot(\n    x=xs,\n    y=xs**3 / 1000,\n    label='Cubic',\n    marker=False,\n)\nplot.plot(\n    x=xs,\n    y=np.exp(xs) / 1000,\n    label='Exponential',\n    marker=pl.markers.square(size='large'),\n    linestyle='-.',\n)\n\nplot.save('docs/assets/images/examples/modern_plot.png')\n~~~\n\n# Install\n\n`pip install plotify`\n\n# Resources\n\n* GitHub: [github.com/seba-1511/plotify](https://github.com/seba-1511/plotify)\n* Documentation: [sebarnold.net/plotify](https://sebarnold.net/plotify)\n* Contact: [sebarnold.net](https://sebarnold.net)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseba-1511%2Fplotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseba-1511%2Fplotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseba-1511%2Fplotify/lists"}