Skip to content

Factor Matplotlib argument parsers into separate module

Matplotlib is a heavy import. Move Matplotlib-related command line argument parsing to a separate module to avoid importing it in command-line tools that don't use Matplotlib.

Merge request reports