Metadata-Version: 2.1
Name: contextplt
Version: 0.2.7
Summary: Context manager style of matplotlib.
Home-page: https://toshiakiasakura.github.io/contextplt/
Author: toshiakiasakura
Author-email: wordpress.akitoshi@gmail.com
License: MIT
Description: # contextplt
        [![python](https://img.shields.io/pypi/pyversions/contextplt)](https://www.python.org/)
        [![PyPI](https://img.shields.io/pypi/v/contextplt.svg)](https://pypi.org/project/contextplt/)
        [![license](https://img.shields.io/pypi/l/contextplt?color=blue)](https://github.com/toshiakiasakura/contextplt/blob/main/LICENSE)
        
        Source code repository for the contextplt package.
        
        You can create a matplotlib figure using context manager. 
        This package enables you to write short code and 
        create a lot of figures in a simple manner. 
        
        # Installation 
        ```bash
        pip install contextplt
        ```
        
        # Usage
        See documentation page : https://toshiakiasakura.github.io/contextplt/
        
        # Note 
        Dockerfile and docker-compose.yml are prepared for running example codes.
        
        
        
Keywords: context matplotlib plt
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
