Metadata-Version: 2.1
Name: sciviso
Version: 1.0.6
Summary: sciviso: Wrapper for common visualisations for sci constellation.
Home-page: https://github.com/ArianeMora/sciviso
Author: Ariane Mora
Author-email: ariane.n.mora@gmail.com
License: GPL3
Project-URL: Bug Tracker, https://github.com/ArianeMora/sciviso/issues
Project-URL: Documentation, https://github.com/ArianeMora/sciviso
Project-URL: Source Code, https://github.com/ArianeMora/sciviso
Description: # 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).
        
        ## Check out the docs
        
        [Link to docs](https://arianemora.github.io/sciviso/)
        
Keywords: util
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
