mirror of
https://github.com/wassname/moral-maps.git
synced 2026-09-25 13:50:17 +08:00
plot_range/plot_range_zoom now draw the steer via a shared draw_steer: two arms fanning from the base dot (red +c, blue -c), each a line + constant-size triangle head pointing away from base (matches plot_ipsative_pca's base->pole convention, not the old -c->+c single arrow). Marker heads not FancyArrows so short arms don't shrink/flip; arms x-offset so a non-bidirectional steer reads as two parallel arms; poles are head-only (no dot blob); interior step dots off on the main range, on in the zoom. human/AI direct-label brackets pinned to the panel top. Legend prose out of the suptitle (short headline only); callers put it in the figure caption. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>