Metadata-Version: 2.1
Name: visplotlib
Version: 0.1.3
Summary: Extensions to Matplotlib and Seaborn plotting for Visium SA.
Home-page: https://github.com/VisiumCH/visplotlib
Author: Arnaud Dhaene (Visium SA)
Author-email: arnaud.dhaene@visium.ch
License: UNKNOWN
Description: # visplotlib
        
        Standardized plot styling for Visium SA
        
        ## Installation
        
        To plot with **visplotlib**, you can use the following imports:
        
        ```python
        import visplotlib as vpl
        from visplotlib.pyplot import mpl, plt  # <-- Wrapped Matplotlib and Pyplot
        from visplotlib.seaborn import sns  # <-- Wrapped Seaborn
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
