mirror of
https://github.com/wassname/moral-maps.git
synced 2026-09-25 13:50:17 +08:00
The zone/dot-colour/label-set policy was duplicated inline in plot_value_map and plot_ipsative_pca -- subtle plotting policy that would silently diverge between the two figures. One helper now, so they can't drift. Also drop the broad except-Exception textalloc fallbacks (textalloc is a hard maps dep; the fallback hid broken layouts) and a dead textalloc import in plot_ipsative_pca. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>