src.canns.analyzer.plotting.config¶
Reusable plotting configuration utilities for analyzer visualizations.
Classes¶
Unified configuration class for all plotting helpers in |
|
Collection of commonly used plot configurations. |
Module Contents¶
- class src.canns.analyzer.plotting.config.PlotConfig[source]¶
Unified configuration class for all plotting helpers in
canns.analyzer.This mirrors the behaviour of the previous
visualizemodule so that reorganising the files does not affect the public API. The attributes map directly to keyword arguments exposed by the high-level plotting functions, allowing users to keep existing configuration objects unchanged after the reorganisation.