canvas-scatterplot


Namecanvas-scatterplot JSON
Version 3.6.0 PyPI version JSON
download
home_pagehttps://github.com/satishlokkoju/deepview
SummaryA scatterplot Canvas component based on regl-scatterplot
upload_time2025-01-15 19:36:00
maintainerNone
docs_urlNone
authorSatish Lokkoju
requires_python>=3.8
licensebetterwithdata Sample Code License
keywords jupyter widgets ipython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/satishlokkoju/deepview",
    "name": "canvas-scatterplot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Jupyter, Widgets, IPython",
    "author": "Satish Lokkoju",
    "author_email": "satish.lokkoju@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/92/d1/c7365874c7d9ebdc2dbb8eafd8550cc81cbb83cf6c00cc893ff7db534f6a/canvas_scatterplot-3.6.0.tar.gz",
    "platform": "Linux",
    "description": "# CanvasScatterplot\n\nA scatterplot visualization based on regl.\nUseful for visualizing embeddings that have been been reduced to two dimensions.\nVisualizes 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`.\n\n## Installation\n\n```bash\npip install canvas_scatterplot\n```\n\n## Usage\n\nTo learn how to use Canvas, see the [documentation](https://satishlokkoju.github.io/deepview/).\n",
    "bugtrack_url": null,
    "license": "betterwithdata Sample Code License",
    "summary": "A scatterplot Canvas component based on regl-scatterplot",
    "version": "3.6.0",
    "project_urls": {
        "Homepage": "https://github.com/satishlokkoju/deepview"
    },
    "split_keywords": [
        "jupyter",
        " widgets",
        " ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa285e2be2f9d61cf41d931ef179f534ba47038964e6a5928d278493ecca55af",
                "md5": "160323b8bd2f9c14624784f478677970",
                "sha256": "31ef2e31b1c73dff1cabed6d5964491e460b5410fb36d4b0e2c7bb6943e53d75"
            },
            "downloads": -1,
            "filename": "canvas_scatterplot-3.6.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "160323b8bd2f9c14624784f478677970",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 91077765,
            "upload_time": "2025-01-15T19:35:53",
            "upload_time_iso_8601": "2025-01-15T19:35:53.023173Z",
            "url": "https://files.pythonhosted.org/packages/aa/28/5e2be2f9d61cf41d931ef179f534ba47038964e6a5928d278493ecca55af/canvas_scatterplot-3.6.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92d1c7365874c7d9ebdc2dbb8eafd8550cc81cbb83cf6c00cc893ff7db534f6a",
                "md5": "f71d3d53f1ca3fd2752e7a2f705b3f09",
                "sha256": "b5f0d0e2fcdd4985767c45168cca701c5698227d87606484ec01ce3fcc9776f1"
            },
            "downloads": -1,
            "filename": "canvas_scatterplot-3.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f71d3d53f1ca3fd2752e7a2f705b3f09",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6405020,
            "upload_time": "2025-01-15T19:36:00",
            "upload_time_iso_8601": "2025-01-15T19:36:00.171313Z",
            "url": "https://files.pythonhosted.org/packages/92/d1/c7365874c7d9ebdc2dbb8eafd8550cc81cbb83cf6c00cc893ff7db534f6a/canvas_scatterplot-3.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 19:36:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "satishlokkoju",
    "github_project": "deepview",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "canvas-scatterplot"
}
        
Elapsed time: 1.41486s