Skip to main content
Version: 0.7.0

mellea.stdlib.requirements.plotting

Matplotlib-specific requirements for validating plotting code.

This module provides requirements for validating Python code that generates plots using matplotlib. Requirements validate that:

  • matplotlib is configured with a headless backend
  • plots are explicitly saved to files
  • required dependencies (matplotlib, numpy) are importable