Context manager style of matplotlib.


Keywords
context, matplotlib, plt
License
MIT
Install
pip install contextplt==0.2.12

Documentation

contextplt

python PyPI 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

pip install contextplt

Usage

See documentation page : https://toshiakiasakura.github.io/contextplt/

Note

Dockerfile and docker-compose.yml are prepared for running example codes.

Related packages