camelot-py/docs/user
Suyash Behera c0e9235164 [MRG + 1] Create a new figure and test each plot type #127 (#179)
* [MRG] Create a new figure and test each plot type #127

 - move `plot()` to `plotting.py` as `plot_pdf()`
 - modify plotting functions to return matplotlib figures
 - add `test_plotting.py` and baseline images
 - import `plot_pdf()` in `__init__`
 - update `cli.py` to use `plot_pdf()`
 - update advanced usage docs to reflect changes

* Change matplotlib backend for image comparison tests

* Update plotting and tests
 - use matplotlib rectangle instead of `cv2.rectangle` in
`plot_contour()`
 - set matplotlib backend in `tests/__init__`
 - update contour plot baseline image
 - update `test_plotting` with more checks

* Update plot tests and config
 - remove unnecessary asserts
 - update setup.cfg and makefile with `--mpl`

* Add  to

* Add tolerance

* remove text from baseline plots
update plot tests with `remove_text`

* Change method name, update docs and add pep8

* Update docs
2018-11-02 20:57:02 +05:30
..
advanced.rst [MRG + 1] Create a new figure and test each plot type #127 (#179) 2018-11-02 20:57:02 +05:30
cli.rst Fix cli doc 2018-10-29 01:03:36 +05:30
how-it-works.rst [MRG + 1] Copyedit all documentation for Camelot (#112) 2018-10-02 23:37:49 +05:30
install.rst Update conda definition 2018-10-30 23:48:56 +05:30
intro.rst Update README 2018-10-03 13:12:32 +05:30
quickstart.rst [MRG + 1] Add basic support for encrypted PDF files (#180) 2018-10-28 22:01:10 +05:30