Module plot_renderer

Module plot_renderer 

Source
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§

PlotRenderConfig
Configuration for plot rendering
PlotRenderer
Unified plot renderer that handles both interactive and static rendering
RenderResult
Result of rendering operation