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.
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.