Can Pioreactor, improve accessibility for modifying the positioning of the plots in the overview window? (e.g., move OD measurements to top)
One idea, which I assume to can be complex to imlement, can be to allow the order in the [ui.overview.charts] of the config.ini define the plot positions?
The order of the charts is determined from the leader’s ~/.pioreactor/ui/charts/ order, which is lexographic:
01_implied_growth_rate.yaml
02_implied_daily_growth_rate.yaml
03_alt_media_fraction.yaml
04_normalized_od.yaml
05_od.yaml
06_temperature.yaml
08_current_volume_ml.yaml
09_raw_od.yaml
10_od_fused.yaml
(and the config.ini determines which are shown via 1 and 0s).
So changing the file name changes the order. Example:
mv ~/.pioreactor/ui/charts/05_od.yaml ~/.pioreactor/ui/charts/00_od.yaml