- Imported error ellipse support from a marvelous Python library of F. Galliano
+ `arrays`: `arrayize`, `ramp`
+ `plots`: `plotrange`, `Btau`, `Ctau`, `ellipse` and `SUE`
+ `plots.plotool`: `eplot`
- `plots.plotool`
+ Fixed the bug when any of `nrows` or `ncols` equals to 1, `self.axes` is 1D so `self.ax` cannot be attributed
+ Added `xisln` and `yisln` kw for `plot`
+ Added `close`
- `plots.pplot`
+ Fixed the bug when legend anchor kw appears tight layout is auto deactivated
- Added `tests/test_plots.py`
- Renamed `arrays.allist` to `arrays.listize`