Metadata-Version: 2.1
Name: canvas_scatterplot
Version: 3.8.0
Summary: A scatterplot Canvas component based on regl-scatterplot
Home-page: https://github.com/satishlokkoju/deepview
Author: Satish Lokkoju
Author-email: satish.lokkoju@gmail.com
License: betterwithdata 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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 3
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Requires-Python: >3.9
Description-Content-Type: text/markdown
Requires-Dist: ipywidgets>=7.0.0
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: canvas_ux>=3.8.0
Provides-Extra: examples
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"

# CanvasScatterplot

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 canvas_scatterplot
```

## Usage

To learn how to use Canvas, see the [documentation](https://satishlokkoju.github.io/deepview/).
