Metadata-Version: 2.1
Name: symphony_scatterplot
Version: 1.0.2
Summary: A scatterplot Symphony component based on regl-scatterplot
Home-page: https://github.com/apple/ml-symphony
Author: Apple
Author-email: dnikit-symphony-oss@group.apple.com
License: Apple Sample Code License
Keywords: Jupyter,Widgets,IPython
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: examples
Provides-Extra: docs
License-File: LICENSE.txt

# 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

```bash
pip install symphony_scatterplot
```

## Usage

To learn how to use Symphony, see the [documentation](https://apple.github.io/ml-symphony/).

## Development

To learn about how to build Symphony from source and how to contribute to the framework, please look at [CONTRIBUTING.md](../CONTRIBUTING.md) and the [development documentation](https://apple.github.io/ml-symphony/contributing.html).
