{"id":26891687,"url":"https://github.com/josephbarbierdarnal/drawarrow","last_synced_at":"2025-07-05T06:08:14.100Z","repository":{"id":249523277,"uuid":"827855505","full_name":"JosephBARBIERDARNAL/drawarrow","owner":"JosephBARBIERDARNAL","description":"Drawing arrows for matplotlib made easy","archived":false,"fork":false,"pushed_at":"2025-04-24T13:53:41.000Z","size":5875,"stargazers_count":32,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T09:04:44.443Z","etag":null,"topics":["arrow","matplotlib","python"],"latest_commit_sha":null,"homepage":"https://josephbarbierdarnal.github.io/drawarrow/","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/JosephBARBIERDARNAL.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2024-07-12T14:21:33.000Z","updated_at":"2025-06-07T04:37:14.000Z","dependencies_parsed_at":"2024-12-30T20:25:49.401Z","dependency_job_id":"476a7a59-c058-479b-80cf-dd7cd6aabfa3","html_url":"https://github.com/JosephBARBIERDARNAL/drawarrow","commit_stats":null,"previous_names":["josephbarbierdarnal/drawarrow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JosephBARBIERDARNAL/drawarrow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephBARBIERDARNAL%2Fdrawarrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephBARBIERDARNAL%2Fdrawarrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephBARBIERDARNAL%2Fdrawarrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephBARBIERDARNAL%2Fdrawarrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JosephBARBIERDARNAL","download_url":"https://codeload.github.com/JosephBARBIERDARNAL/drawarrow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephBARBIERDARNAL%2Fdrawarrow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263692913,"owners_count":23496944,"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":["arrow","matplotlib","python"],"created_at":"2025-03-31T22:41:15.781Z","updated_at":"2025-07-05T06:08:14.084Z","avatar_url":"https://github.com/JosephBARBIERDARNAL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drawarrow\n\n\u003cimg src=\"https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/drawarrow/image.png?raw=true\" alt=\"drawarrow logo\" align=\"right\" width=\"200px\"/\u003e\n\nDrawing arrows for `matplotlib` made easy.\n\nCheck out [the online documentation](https://python-graph-gallery.com/drawarrow/).\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Quick Start\n\n```python\nimport matplotlib.pyplot as plt\nfrom drawarrow import fig_arrow\n\nfig, ax = plt.subplots()\n\nax.scatter(x=[1, 2, 3, 4, 5], y=[1, 2, 3, 4, 5], s=100)\n\nfig_arrow(\n    head_position=(0.5, 0.5),\n    tail_position=(0.2, 0.7),\n    width=2,\n    radius=0.3,\n    color=\"darkred\",\n    fill_head=False,\n    mutation_scale=2,\n)\n\nplt.show()\n```\n\n![](https://github.com/JosephBARBIERDARNAL/drawarrow/blob/main/img/quick-start.png?raw=true)\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Installation\n\n```\npip install drawarrow\n```\n\n\u003cbr\u003e\u003cbr\u003e\n\n## Next steps\n\nYou can have a look at this [tutorial](https://python-graph-gallery.com/drawarrow/) or see the [examples](https://josephbarbierdarnal.github.io/drawarrow/reference/ax_arrow/#examples).\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephbarbierdarnal%2Fdrawarrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephbarbierdarnal%2Fdrawarrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephbarbierdarnal%2Fdrawarrow/lists"}