Add support for matplotlib.figure API and optional font size parameter
This MR adds the following
- Support for the
matplotlib.figure
API. With the previous version, this was not possible, sinceaxes.figure.canvas.get_renderer()
was not possible in that case - Updated docstring in
atlasify()
function - Added font sizes as optional parameters to
atlasify()
function - Added unit tests for output plots