Expand description
Unified plot rendering pipeline for both interactive GUI and static export
This module provides the core rendering logic that is shared between interactive plotting windows and static file exports, ensuring consistent high-quality output across all use cases.
Modules§
- plot_
utils - High-level plotting utilities that use the unified renderer
Structs§
- Plot
Render Config - Configuration for plot rendering
- Plot
Renderer - Unified plot renderer that handles both interactive and static rendering
- Render
Result - Result of rendering operation