xiplot


Namexiplot JSON
Version 0.4.1 PyPI version JSON
download
home_page
SummaryInteractive data visualization tool
upload_time2023-10-12 10:17:38
maintainer
docs_urlNone
authorAnton Björklund, Jarmo Mäkelä
requires_python>=3.7
licenseMIT License Copyright (c) 2022, Akihiro Tanaka and Juniper Tyree Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords visalisation virtual laboratory exploratory data analysis
VCS
bugtrack_url
requirements dash dash-extensions dash-mantine-components dash-uploader jsonschema pandas plotly scikit-learn kaleido packaging Werkzeug
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # χiplot

χiplot, pronounced like "kaiplot"[^1], is a web-first visualisation platform for multidimensional data, implemented in the `xiplot` Python package.

[^1]: Pronouncing χiplot like "xaiplot" is also recognised.

## Description

χiplot is built on top of the [`dash`](https://github.com/plotly/dash) framework. The goal of the χiplot is to explore new insights from the collected data and to make data exploring user-friendly and intuitive.
χiplot can be used without installation with the [WASM-based browser version](https://edahelsinki.fi/xiplot).

You can find more details in the [user guide](docs/user_guide/README.md) and in the paper:

> Tanaka, A., Tyree, J., Björklund, A., Mäkelä, J., Puolamäki, K. (2023).  
> __χiplot: Web-First Visualisation Platform for Multidimensional Data.__  
> Machine Learning and Knowledge Discovery in Databases: Applied Data Science and Demo Track, Lecture Notes in Computer Science, pp. 335-339. [DOI: 10.1007/978-3-031-43430-3_26](https://doi.org/10.1007/978-3-031-43430-3_26)

For a quick demonstration, see [the video](https://helsinkifi-my.sharepoint.com/:v:/g/personal/tanakaki_ad_helsinki_fi/EcIIGy0bfP5FlW-0Lr4AMEYBbKoyuo6u7px3zu_K5Vk4xw?e=TPGGf8&nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZyIsInJlZmVycmFsQXBwUGxhdGZvcm0iOiJXZWIiLCJyZWZlcnJhbE1vZGUiOiJ2aWV3In19) or try the [WASM version](https://edahelsinki.fi/xiplot).

## Screenshot

![Screenshot of xiplot](docs/images/cluster_by_drawing.png#gh-light-mode-only)
![Screenshot of xiplot](docs/images/dark_mode.png#gh-dark-mode-only)

## Installation free

You can try out the installation free WASM version of χiplot at [edahelsinki.fi/xiplot](https://edahelsinki.fi/xiplot). Note that all data processing happens locally in **your** browser nothing is sent to a server.

Please refer to the [wasm](https://github.com/edahelsinki/xiplot/tree/wasm#readme) branch for more information on how the WASM version is implemented

## Installation

χiplot can also be installed locally with: `pip install xiplot`.
To start the local server run `xiplot` in a terminal (with same Python environment venv/conda/... in the PATH).

Or to use the latest, in-development, version clone this repository.
To install the dependencies run `pip install -e .` or `pip install -r requirements.txt`.
To start the local server run `python -m xiplot`.

For more options run `xiplot --help`.

## Funding

The `xiplot` application was created by [Akihiro Tanaka](https://github.com/TanakaAkihiro) and [Juniper Tyree](https://github.com/juntyr) as part of their summer internships in Kai Puolamäki's [Exploratory Data Analysis group](https://github.com/edahelsinki) at the University of Helsinki.

Akihiro's internpship was paid for by the Academy of Finland (decision 346376) with funding associated with the VILMA Centre of Excellence. Juniper's internship was paid for by "Future Makers Funding Program 2018 of the Technology Industries of Finland Centennial Foundation, and the Jane and Aatos Erkko Foundation", with funding associated with the Atmospheric AI programme of the Finnish Center for Artificial Intelligence.

## License

The `main` branch of the `xiplot` repository is licensed under the MIT License ([`LICENSE-MIT`](LICENSE-MIT) or http://opensource.org/licenses/MIT).

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as described above, without any additional terms or conditions.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "xiplot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Visalisation,Virtual Laboratory,Exploratory Data Analysis",
    "author": "Anton Bj\u00f6rklund, Jarmo M\u00e4kel\u00e4",
    "author_email": "Akihiro Tanaka <akihiro.fin@gmail.com>, Juniper Tyree <juniper.tyree@helsinki.fi>",
    "download_url": "https://files.pythonhosted.org/packages/26/e3/95b10b7675bd40705ce943e1b3a5287d02add63009630ea4a00d1382b85f/xiplot-0.4.1.tar.gz",
    "platform": null,
    "description": "# &chi;iplot\n\n&chi;iplot, pronounced like \"kaiplot\"[^1], is a web-first visualisation platform for multidimensional data, implemented in the `xiplot` Python package.\n\n[^1]: Pronouncing &chi;iplot like \"xaiplot\" is also recognised.\n\n## Description\n\n&chi;iplot is built on top of the [`dash`](https://github.com/plotly/dash) framework. The goal of the &chi;iplot is to explore new insights from the collected data and to make data exploring user-friendly and intuitive.\n&chi;iplot can be used without installation with the [WASM-based browser version](https://edahelsinki.fi/xiplot).\n\nYou can find more details in the [user guide](docs/user_guide/README.md) and in the paper:\n\n> Tanaka, A., Tyree, J., Bj\u00f6rklund, A., M\u00e4kel\u00e4, J., Puolam\u00e4ki, K. (2023).  \n> __&chi;iplot: Web-First Visualisation Platform for Multidimensional Data.__  \n> Machine Learning and Knowledge Discovery in Databases: Applied Data Science and Demo Track, Lecture Notes in Computer Science, pp. 335-339. [DOI: 10.1007/978-3-031-43430-3_26](https://doi.org/10.1007/978-3-031-43430-3_26)\n\nFor a quick demonstration, see [the video](https://helsinkifi-my.sharepoint.com/:v:/g/personal/tanakaki_ad_helsinki_fi/EcIIGy0bfP5FlW-0Lr4AMEYBbKoyuo6u7px3zu_K5Vk4xw?e=TPGGf8&nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZyIsInJlZmVycmFsQXBwUGxhdGZvcm0iOiJXZWIiLCJyZWZlcnJhbE1vZGUiOiJ2aWV3In19) or try the [WASM version](https://edahelsinki.fi/xiplot).\n\n## Screenshot\n\n![Screenshot of xiplot](docs/images/cluster_by_drawing.png#gh-light-mode-only)\n![Screenshot of xiplot](docs/images/dark_mode.png#gh-dark-mode-only)\n\n## Installation free\n\nYou can try out the installation free WASM version of &chi;iplot at [edahelsinki.fi/xiplot](https://edahelsinki.fi/xiplot). Note that all data processing happens locally in **your** browser nothing is sent to a server.\n\nPlease refer to the [wasm](https://github.com/edahelsinki/xiplot/tree/wasm#readme) branch for more information on how the WASM version is implemented\n\n## Installation\n\n&chi;iplot can also be installed locally with: `pip install xiplot`.\nTo start the local server run `xiplot` in a terminal (with same Python environment venv/conda/... in the PATH).\n\nOr to use the latest, in-development, version clone this repository.\nTo install the dependencies run `pip install -e .` or `pip install -r requirements.txt`.\nTo start the local server run `python -m xiplot`.\n\nFor more options run `xiplot --help`.\n\n## Funding\n\nThe `xiplot` application was created by [Akihiro Tanaka](https://github.com/TanakaAkihiro) and [Juniper Tyree](https://github.com/juntyr) as part of their summer internships in Kai Puolam\u00e4ki's [Exploratory Data Analysis group](https://github.com/edahelsinki) at the University of Helsinki.\n\nAkihiro's internpship was paid for by the Academy of Finland (decision 346376) with funding associated with the VILMA Centre of Excellence. Juniper's internship was paid for by \"Future Makers Funding Program 2018 of the Technology Industries of Finland Centennial Foundation, and the Jane and Aatos Erkko Foundation\", with funding associated with the Atmospheric AI programme of the Finnish Center for Artificial Intelligence.\n\n## License\n\nThe `main` branch of the `xiplot` repository is licensed under the MIT License ([`LICENSE-MIT`](LICENSE-MIT) or http://opensource.org/licenses/MIT).\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as described above, without any additional terms or conditions.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022, Akihiro Tanaka and Juniper Tyree  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Interactive data visualization tool",
    "version": "0.4.1",
    "project_urls": {
        "homepage": "https://github.com/edahelsinki/xiplot",
        "repository": "https://github.com/edahelsinki/xiplot.git"
    },
    "split_keywords": [
        "visalisation",
        "virtual laboratory",
        "exploratory data analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bedddc50ee25a6c285fc79e225424231889ee952c623a2d61f6c284309d51752",
                "md5": "72e7fed8f6ca8fb06158a5807c326ffa",
                "sha256": "b3a58524c2164cd2aca2c141dbc87d8cda1c4c06fbf9f822433b0524524a3fe8"
            },
            "downloads": -1,
            "filename": "xiplot-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "72e7fed8f6ca8fb06158a5807c326ffa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1672947,
            "upload_time": "2023-10-12T10:17:36",
            "upload_time_iso_8601": "2023-10-12T10:17:36.338704Z",
            "url": "https://files.pythonhosted.org/packages/be/dd/dc50ee25a6c285fc79e225424231889ee952c623a2d61f6c284309d51752/xiplot-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26e395b10b7675bd40705ce943e1b3a5287d02add63009630ea4a00d1382b85f",
                "md5": "006f8e7f4488fc4773a2167cda9b060a",
                "sha256": "f3f59eee99df5b8d9fdd61a1c0b9adf136cb9675d5ea4fe53c180bb792e4d8a2"
            },
            "downloads": -1,
            "filename": "xiplot-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "006f8e7f4488fc4773a2167cda9b060a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1654211,
            "upload_time": "2023-10-12T10:17:38",
            "upload_time_iso_8601": "2023-10-12T10:17:38.925495Z",
            "url": "https://files.pythonhosted.org/packages/26/e3/95b10b7675bd40705ce943e1b3a5287d02add63009630ea4a00d1382b85f/xiplot-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 10:17:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "edahelsinki",
    "github_project": "xiplot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "dash",
            "specs": [
                [
                    "==",
                    "2.6.2"
                ]
            ]
        },
        {
            "name": "dash-extensions",
            "specs": [
                [
                    "==",
                    "0.1.4"
                ]
            ]
        },
        {
            "name": "dash-mantine-components",
            "specs": [
                [
                    "==",
                    "0.10.2"
                ]
            ]
        },
        {
            "name": "dash-uploader",
            "specs": [
                [
                    "~=",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "jsonschema",
            "specs": [
                [
                    "~=",
                    "4.6.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.4.0"
                ],
                [
                    "<",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "plotly",
            "specs": [
                [
                    ">=",
                    "5.9.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "1.0"
                ]
            ]
        },
        {
            "name": "kaleido",
            "specs": [
                [
                    "~=",
                    "0.2.1"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "<",
                    "22"
                ]
            ]
        },
        {
            "name": "Werkzeug",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ]
            ]
        }
    ],
    "lcname": "xiplot"
}
        
Elapsed time: 0.12792s