fortplot_figure_comprehensive_operations Module

Comprehensive operations interface for fortplot figure core

This module provides a single comprehensive interface that aggregates ALL figure operations needed by the core module. This reduces coupling from 19 direct dependencies to 1 comprehensive interface.

ARCHITECTURE: Facade Pattern - Single entry point for all figure operations - Encapsulates complex subsystem interactions - Reduces coupling while maintaining functionality - Provides clean separation between core and implementation modules