{"id":25300328,"url":"https://github.com/ehofesmann/plotly_panel","last_synced_at":"2025-07-15T15:44:49.998Z","repository":{"id":209242029,"uuid":"723080928","full_name":"ehofesmann/plotly_panel","owner":"ehofesmann","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-26T16:28:14.000Z","size":2012,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T00:18:13.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ehofesmann.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}},"created_at":"2023-11-24T16:27:25.000Z","updated_at":"2023-11-26T02:44:50.000Z","dependencies_parsed_at":"2023-11-26T04:37:31.103Z","dependency_job_id":null,"html_url":"https://github.com/ehofesmann/plotly_panel","commit_stats":null,"previous_names":["ehofesmann/plotly_panel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ehofesmann/plotly_panel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehofesmann%2Fplotly_panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehofesmann%2Fplotly_panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehofesmann%2Fplotly_panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehofesmann%2Fplotly_panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehofesmann","download_url":"https://codeload.github.com/ehofesmann/plotly_panel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehofesmann%2Fplotly_panel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265443589,"owners_count":23766417,"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":[],"created_at":"2025-02-13T05:48:34.092Z","updated_at":"2025-07-15T15:44:49.967Z","avatar_url":"https://github.com/ehofesmann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Plotly Panel\n\nThis plugin provides a mechanism to add custom Plotly plots into a panel in your FiftyOne App requiring only Plotly figures implemented in Python.\n\n\u003c!---  ![image](https://github.com/ehofesmann/dataset_dashboard/assets/21222883/7780f99c-9021-48f3-bf37-5c1dd1abb5a0) ---\u003e\n\n\n\nhttps://github.com/ehofesmann/plotly_panel/assets/21222883/38b648a2-0041-4e6f-bd09-45cda8ef6f57\n\n\n\n\n## Installation\n\n```shell\nfiftyone plugins download https://github.com/ehofesmann/plotly_panel\n```\n\nRefer to the [main README](https://github.com/voxel51/fiftyone-plugins) for\nmore information about managing downloaded plugins and developing plugins\nlocally.\n\n## Run Example\n\nAfter installing this plugin, you can try the example panel yourself on the `quickstart` dataset.\n```python\nimport fiftyone as fo\nimport fiftyone.zoo as foz\n\ndataset = foz.load_zoo_dataset(\"quickstart\")\nsession = fo.launch_app(dataset)\n```\n\n## Adding your own plots\n\n### Step 1: Create your own plugin\n\nCopy the `__init__.py`, `custom_plots.py`, and `fiftyone.yml` files from this repository into your own [FiftyOne Plugin directory](https://docs.voxel51.com/plugins/developing_plugins.html).\n\n### Step 2: Update plugin name\n\nUpdate the name of the plugin in `fiftyone.yml` from `name: \"@ehofesmann/plotly_panel\"` to your new plugin name.\n\n### Step 3: Add your own ploty figures\n\nIn the `custom_plots.py` file of your new plugin, optionally implement the `get_button()` function to customize the button to open your panel in the FiftyOne grid. Then update the `get_figures(samples)` function to generate your custom Plotly figures using your favorite Python Plotly package, returning a list of figures.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehofesmann%2Fplotly_panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehofesmann%2Fplotly_panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehofesmann%2Fplotly_panel/lists"}