sciviso


Namesciviso JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/ArianeMora/sciviso
Summarysciviso: Wrapper for common visualisations for sci constellation.
upload_time2025-01-26 20:41:37
maintainerNone
docs_urlNone
authorAriane Mora
requires_python>=3.6
licenseGPL3
keywords util
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # sciviso
[![codecov.io](https://codecov.io/github/ArianeMora/sciviso/coverage.svg?branch=master)](https://codecov.io/github/ArianeMora/sciviso?branch=master)
[![PyPI](https://img.shields.io/pypi/v/sciviso)](https://pypi.org/project/sciviso/)

## A wrapper to format all plots the same 

Sci-viso is a wrapper around matplotlib and seaborn. These are already great libraries, but as I needed to generate
figures for publication, I found that I had specific formats that I needed, and continually adding these in was
making my code clunky and repetative. I also wanted my charts within a publication to have the same "look and feel",
like palette, font, sizing etc. So I made sciviso so that my figures could come out of python "publication ready" and
asthetic.

I have only made wrappers for charts that I use (obvs) but keen for people to add others or make suggestions (feel free
to do that via github issues).

Others:
https://github.com/lukelbd/proplot
https://matplotlib.org/stable/index.html#contributing

## Check out the docs

[Link to docs](https://arianemora.github.io/sciviso/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ArianeMora/sciviso",
    "name": "sciviso",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "util",
    "author": "Ariane Mora",
    "author_email": "ariane.n.mora@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/1f/194e823bd33c03ac2fd874be6cb533c00332e105e20cc32be6b444e521d3/sciviso-1.1.0.tar.gz",
    "platform": null,
    "description": "# sciviso\n[![codecov.io](https://codecov.io/github/ArianeMora/sciviso/coverage.svg?branch=master)](https://codecov.io/github/ArianeMora/sciviso?branch=master)\n[![PyPI](https://img.shields.io/pypi/v/sciviso)](https://pypi.org/project/sciviso/)\n\n## A wrapper to format all plots the same \n\nSci-viso is a wrapper around matplotlib and seaborn. These are already great libraries, but as I needed to generate\nfigures for publication, I found that I had specific formats that I needed, and continually adding these in was\nmaking my code clunky and repetative. I also wanted my charts within a publication to have the same \"look and feel\",\nlike palette, font, sizing etc. So I made sciviso so that my figures could come out of python \"publication ready\" and\nasthetic.\n\nI have only made wrappers for charts that I use (obvs) but keen for people to add others or make suggestions (feel free\nto do that via github issues).\n\nOthers:\nhttps://github.com/lukelbd/proplot\nhttps://matplotlib.org/stable/index.html#contributing\n\n## Check out the docs\n\n[Link to docs](https://arianemora.github.io/sciviso/)\n",
    "bugtrack_url": null,
    "license": "GPL3",
    "summary": "sciviso: Wrapper for common visualisations for sci constellation.",
    "version": "1.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/ArianeMora/sciviso/issues",
        "Documentation": "https://github.com/ArianeMora/sciviso",
        "Homepage": "https://github.com/ArianeMora/sciviso",
        "Source Code": "https://github.com/ArianeMora/sciviso"
    },
    "split_keywords": [
        "util"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee6403017433b0d2ce4cef0af6ad46639be5a6a25af9347ddc9cb01ee8f35005",
                "md5": "8fef998faa1feca00eb24d0dc60f4587",
                "sha256": "5314a20acf92cd0d782e02709c06ed40e0a9ab15f981af78222b6ea97aad00da"
            },
            "downloads": -1,
            "filename": "sciviso-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fef998faa1feca00eb24d0dc60f4587",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 59326,
            "upload_time": "2025-01-26T20:41:35",
            "upload_time_iso_8601": "2025-01-26T20:41:35.617933Z",
            "url": "https://files.pythonhosted.org/packages/ee/64/03017433b0d2ce4cef0af6ad46639be5a6a25af9347ddc9cb01ee8f35005/sciviso-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f21f194e823bd33c03ac2fd874be6cb533c00332e105e20cc32be6b444e521d3",
                "md5": "13a6ebf8f63e7e0f0085784c25c2e6d7",
                "sha256": "32d7c887eb1675029aaa5b0ac5ca8a030fec677f22f4cfda1c34861c1ccea5ea"
            },
            "downloads": -1,
            "filename": "sciviso-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "13a6ebf8f63e7e0f0085784c25c2e6d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 37695,
            "upload_time": "2025-01-26T20:41:37",
            "upload_time_iso_8601": "2025-01-26T20:41:37.463688Z",
            "url": "https://files.pythonhosted.org/packages/f2/1f/194e823bd33c03ac2fd874be6cb533c00332e105e20cc32be6b444e521d3/sciviso-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 20:41:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ArianeMora",
    "github_project": "sciviso",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sciviso"
}
        
Elapsed time: 2.32895s