wolfhece.assets.boxplot.editor
Graphical editor for boxplot chart asset configuration.
Provides a wx.Frame-based UI for interactively editing multi-series boxplot data and display options. Changes are applied to a BoxplotZonesController and reflected in real-time on the map.
Module Contents
- class wolfhece.assets.boxplot.editor.BoxplotZonesEditor(parent, controller: wolfhece.assets.boxplot.controller.BoxplotZonesController)[source]
Bases:
wx.Frame
wx editor window for BoxplotZonesController.
Grid has one row per data series (Label | Values | Color | Count). The Wolf_Param panel controls canvas geometry, area fractions, plot options, and per-series colours/alpha.
- static _parse_values(raw: str) list[float][source]
Parse comma-/space-separated floats from a grid cell.