Metadata-Version: 2.1
Name: symphony-scatterplot
Version: 1.0.0
Summary: A scatterplot component based on Fritz Leschkas regl-scatterplot. Needs a projection column.
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
License-File: LICENSE.txt
Requires-Dist: ipywidgets (>=7.0.0)
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: jupyter-packaging (==0.7.9)
Requires-Dist: jupyterlab (==3.*)
Requires-Dist: symphony-ui
Provides-Extra: docs
Requires-Dist: jupyter-sphinx ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: nbsphinx-link ; extra == 'docs'
Requires-Dist: pytest-check-links ; extra == 'docs'
Requires-Dist: pypandoc ; extra == 'docs'
Requires-Dist: recommonmark ; extra == 'docs'
Requires-Dist: sphinx (>=1.5) ; extra == 'docs'
Requires-Dist: sphinx-book-theme ; extra == 'docs'
Provides-Extra: examples

# 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`.
