toshiakiasakura / contextplt

Context manager style of matpotlib.
MIT License
0 stars 0 forks source link

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