https://github.com/outerbounds/metaflow-card-scatter3d
Metaflow dynamic card for showing live 2D and 3D scatter plots
https://github.com/outerbounds/metaflow-card-scatter3d
visualization
Last synced: over 1 year ago
JSON representation
Metaflow dynamic card for showing live 2D and 3D scatter plots
- Host: GitHub
- URL: https://github.com/outerbounds/metaflow-card-scatter3d
- Owner: outerbounds
- License: apache-2.0
- Created: 2024-01-15T21:07:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T04:36:11.000Z (over 2 years ago)
- Last Synced: 2025-01-06T08:17:45.380Z (over 1 year ago)
- Topics: visualization
- Language: Python
- Homepage: https://docs.metaflow.org/metaflow/visualizing-results
- Size: 166 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-metaflow - metaflow-card-scatter3d - Live 2D and 3D scatter plot card. (Cards & Visualization)
README
# 3D Scatter plot - a Metaflow card

This repository contains [a Metaflow card template](https://docs.metaflow.org/metaflow/visualizing-results/)
for visualizing interactive 3d scatter plots. Besides being
a useful card by itself, you can use this repository as a reference for your own custom card templates.
[See Metaflow documentation for details](https://docs.metaflow.org/metaflow/visualizing-results/advanced-shareable-cards-with-card-templates#developing-a-dynamic-card-template)
## Usage
```
pip install metaflow-card-scatter3d
```
After this, you can add `@card(type='scatter3d')` in your steps.
[See this example flow](https://github.com/outerbounds/dynamic-card-examples/tree/main/custom-card) for reference.