symphony-scatterplot


Namesymphony-scatterplot JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/apple/ml-symphony
SummaryA scatterplot Symphony component based on regl-scatterplot
upload_time2023-08-08 22:04:45
maintainer
docs_urlNone
authorApple
requires_python>=3.6
licenseApple Sample Code License
keywords jupyter widgets ipython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apple/ml-symphony",
    "name": "symphony-scatterplot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Jupyter,Widgets,IPython",
    "author": "Apple",
    "author_email": "dnikit-symphony-oss@group.apple.com",
    "download_url": "https://files.pythonhosted.org/packages/47/26/4b2979d85a921ddaf49e6c7dc9a90b8dcfc88afc6bfc0dfc5e353897463d/symphony_scatterplot-1.0.2.tar.gz",
    "platform": "Linux",
    "description": "# SymphonyScatterplot\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 symphony_scatterplot\n```\n\n## Usage\n\nTo learn how to use Symphony, see the [documentation](https://apple.github.io/ml-symphony/).\n\n## Development\n\nTo 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).\n",
    "bugtrack_url": null,
    "license": "Apple Sample Code License",
    "summary": "A scatterplot Symphony component based on regl-scatterplot",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/apple/ml-symphony"
    },
    "split_keywords": [
        "jupyter",
        "widgets",
        "ipython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3836f71704ca1f62cb49bb03df080c16934958fdd7b25f88f07a2dac3dd9f6a8",
                "md5": "66cb76bf2cab7a0d8f3c297b2d2c4171",
                "sha256": "1bc6e8ea5971d7127c6268ec7c5108e8fed78382ad6c4270073a7c31e377f4db"
            },
            "downloads": -1,
            "filename": "symphony_scatterplot-1.0.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66cb76bf2cab7a0d8f3c297b2d2c4171",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 11490265,
            "upload_time": "2023-08-08T22:04:43",
            "upload_time_iso_8601": "2023-08-08T22:04:43.140638Z",
            "url": "https://files.pythonhosted.org/packages/38/36/f71704ca1f62cb49bb03df080c16934958fdd7b25f88f07a2dac3dd9f6a8/symphony_scatterplot-1.0.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47264b2979d85a921ddaf49e6c7dc9a90b8dcfc88afc6bfc0dfc5e353897463d",
                "md5": "10d0e921f5424b27086686954485fd37",
                "sha256": "965ea6679d4b10e97fecb37f23f70f894581eb2a991f02c6d5fa94cc2539ad40"
            },
            "downloads": -1,
            "filename": "symphony_scatterplot-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "10d0e921f5424b27086686954485fd37",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6080259,
            "upload_time": "2023-08-08T22:04:45",
            "upload_time_iso_8601": "2023-08-08T22:04:45.981022Z",
            "url": "https://files.pythonhosted.org/packages/47/26/4b2979d85a921ddaf49e6c7dc9a90b8dcfc88afc6bfc0dfc5e353897463d/symphony_scatterplot-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 22:04:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apple",
    "github_project": "ml-symphony",
    "github_not_found": true,
    "lcname": "symphony-scatterplot"
}
        
Elapsed time: 0.28474s