GitHub

SymphonyScatterplot

A scatterplot visualization based on regl. Useful for visualizing embeddings that have been been reduced to two dimensions. Visualizes data based on columns prefixed with projection_, with one column ending in _x and another ending in _y, e.g., projection_my_reduced_coordinate_x and projection_my_reduced_coordinate_y.

Installation

pip install symphony_scatterplot

Usage

To learn how to use Symphony, see the documentation.

Development

To learn about how to build Symphony from source and how to contribute to the framework, please look at CONTRIBUTING.md and the development documentation.

Read the original on github.com ↗