Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 348 Bytes

File metadata and controls

13 lines (10 loc) · 348 Bytes

myplotlib

A minimal wrapper around matplotlib to conveniently make gridplots while running experiments.

Installation

For now, keeping this to an editable install. Navigate to the root of the repo and run

$ pip install -e .

Usage

Define a Grid of Subplot objects and plot ! See tests/test_grid.py for more details.