QADS Compliance Issue
The fortplot_figure_core.f90 file violates the QADS size limits specified in user instructions:
- Current size: 979 lines
- Hard limit: <1000 lines
- Target: <500 lines
QADS Rule Violated:
Files/modules: target <500 lines, hard limit <1000 lines
Location: /home/ert/code/fortplot/src/fortplot_figure_core.f90
Impact:
- Code maintainability issues
- Violates architectural quality standards
- Makes code harder to review and understand
Recommended Action:
Split this module into focused sub-modules, each under 500 lines.
Found during: PLAY workflow user acceptance testing - size validation