{"id":20399838,"url":"https://github.com/kitware/trame-matplotlib","last_synced_at":"2025-04-12T13:42:03.681Z","repository":{"id":84741700,"uuid":"490887975","full_name":"Kitware/trame-matplotlib","owner":"Kitware","description":"Trame widget for Matplotlib","archived":false,"fork":false,"pushed_at":"2025-01-09T21:00:45.000Z","size":257,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-11T15:47:38.180Z","etag":null,"topics":["trame","trame-maintenance-program"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kitware.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","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":"2022-05-10T23:12:15.000Z","updated_at":"2025-01-09T21:00:49.000Z","dependencies_parsed_at":"2024-06-19T00:13:57.849Z","dependency_job_id":"d55966fc-9309-441b-9ab8-2ba89d30963a","html_url":"https://github.com/Kitware/trame-matplotlib","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Ftrame-matplotlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Ftrame-matplotlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Ftrame-matplotlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Ftrame-matplotlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kitware","download_url":"https://codeload.github.com/Kitware/trame-matplotlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248574547,"owners_count":21127036,"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":["trame","trame-maintenance-program"],"created_at":"2024-11-15T04:34:11.502Z","updated_at":"2025-04-12T13:42:03.675Z","avatar_url":"https://github.com/Kitware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. |pypi_download| image:: https://img.shields.io/pypi/dm/trame-matplotlib\n\nMatplotlib widget for trame |pypi_download|\n===========================================================================\n\n.. image:: https://github.com/Kitware/trame-matplotlib/actions/workflows/test_and_release.yml/badge.svg\n    :target: https://github.com/Kitware/trame-matplotlib/actions/workflows/test_and_release.yml\n    :alt: Test and Release\n\ntrame-matplotlib extend trame **widgets** with a component that is capable of rendering Matplotlib plots.\nThis library allow you to create rich visualization by leveraging `Matplotlib \u003chttps://matplotlib.org/\u003e`__ within trame.\n\n\nInstalling\n-----------------------------------------------------------\n\ntrame-matplotlib can be installed with `pip \u003chttps://pypi.org/project/trame-matplotlib/\u003e`__:\n\n.. code-block:: bash\n\n    pip install --upgrade trame-matplotlib\n\n\nUsage\n-----------------------------------------------------------\n\nThe `Trame Tutorial \u003chttps://kitware.github.io/trame/docs/tutorial.html\u003e`__ is the place to go to learn how to use the library and start building your own application.\n\nThe `API Reference \u003chttps://trame.readthedocs.io/en/latest/index.html\u003e`__ documentation provides API-level documentation.\n\n\nLicense\n-----------------------------------------------------------\n\ntrame-matplotlib is made available under the BSD-3 License. For more details, see `LICENSE \u003chttps://github.com/Kitware/trame-matplotlib/blob/master/LICENSE\u003e`__\nThis package is under the BSD-3 License as it is compatible with `matplotlib \u003chttps://matplotlib.org/stable/users/project/license.html\u003e`__ and `mpld3 \u003chttps://github.com/mpld3/mpld3/blob/master/LICENSE\u003e`__ which are used underneath that trame widget.\n\n\nCommunity\n-----------------------------------------------------------\n\n`Trame \u003chttps://kitware.github.io/trame/\u003e`__ | `Discussions \u003chttps://github.com/Kitware/trame/discussions\u003e`__ | `Issues \u003chttps://github.com/Kitware/trame/issues\u003e`__ | `RoadMap \u003chttps://github.com/Kitware/trame/projects/1\u003e`__ | `Contact Us \u003chttps://www.kitware.com/contact-us/\u003e`__\n\n.. image:: https://zenodo.org/badge/410108340.svg\n    :target: https://zenodo.org/badge/latestdoi/410108340\n\n\nEnjoying trame?\n-----------------------------------------------------------\n\nShare your experience `with a testimonial \u003chttps://github.com/Kitware/trame/issues/18\u003e`__ or `with a brand approval \u003chttps://github.com/Kitware/trame/issues/19\u003e`__.\n\n\nCode sample\n-----------------------------------------------------------\n\nUsing the component method\n\n.. code-block:: python\n\n    import matplotlib.pyplot as plt\n    from trame.widgets import matplotlib\n\n    fig, ax = plt.subplots(**figure_size)\n\n    widget = matplotlib.Figure(figure=None) # could pass fig at construction\n    widget.update(fig)\n\n\nJavaScript dependency\n-----------------------------------------------------------\n\nThis Python package bundle the ``mpld3@0.5.7`` JavaScript library. If you would like us to upgrade it, `please reach out \u003chttps://www.kitware.com/trame/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Ftrame-matplotlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitware%2Ftrame-matplotlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Ftrame-matplotlib/lists"}