Skip to content

Add support for matplotlib.figure API and optional font size parameter

Frank Sauerburger requested to merge birk-dev into master

This MR adds the following

  • Support for the matplotlib.figure API. With the previous version, this was not possible, since axes.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

Merge request reports