{"id":15904531,"url":"https://github.com/parrt/pltvid","last_synced_at":"2025-08-19T23:07:42.380Z","repository":{"id":57453636,"uuid":"333217436","full_name":"parrt/pltvid","owner":"parrt","description":"A simple library to capture multiple matplotlib plots as a movie.","archived":false,"fork":false,"pushed_at":"2021-04-04T18:00:29.000Z","size":76,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-07T08:11:33.881Z","etag":null,"topics":[],"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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parrt.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}},"created_at":"2021-01-26T21:06:42.000Z","updated_at":"2023-08-17T06:16:54.000Z","dependencies_parsed_at":"2022-08-29T08:41:52.137Z","dependency_job_id":null,"html_url":"https://github.com/parrt/pltvid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parrt/pltvid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parrt%2Fpltvid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parrt%2Fpltvid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parrt%2Fpltvid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parrt%2Fpltvid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parrt","download_url":"https://codeload.github.com/parrt/pltvid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parrt%2Fpltvid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271236280,"owners_count":24723978,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-06T12:40:32.897Z","updated_at":"2025-08-19T23:07:42.344Z","avatar_url":"https://github.com/parrt.png","language":"Jupyter Notebook","readme":"# pltvid\n\nA simple library to capture multiple matplotlib plots as a GIF movie, inspired by the [library](https://github.com/jwkvam/celluloid) from @jwkvam.  See [examples.ipynb](examples.ipynb)\n\nThis notebook requires poppler lib due to pltvid lib\n\nOn mac:\n\n```bash\nbrew install poppler\n```\n\nExample:\n\n```python\ncamera = pltvid.Capture()\n\nfor x in np.arange(0,1,.1):\n    fig, ax = plt.subplots(1,1,figsize=(3,2))\n    ax.text(x, 0.5, \"hi\")\n    camera.snap()\n\ncamera.save(\"/tmp/sample.png\", duration=200)\n```\n\nCan save animations as .png or .gif; .png is much more hi-res but powerpoint can only animate gifs, if that matters to you.\n\n\n\nThis is really meant for my own use, but go for it if you find it helpful.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparrt%2Fpltvid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparrt%2Fpltvid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparrt%2Fpltvid/lists"}