mirror of
https://github.com/wassname/moral-maps.git
synced 2026-09-09 11:27:22 +08:00
Value map: bigger red model dots + minimal legend, title/caption to README
Economist encoding: every model is one bold red dot (bigger than the grey society dots), told apart by its label, with a two-entry colour legend (AI models / N societies). Title and caption are now off by default -- the README carries the headline + sources in a nicer voice than baked figure jargon. WVS map passes neither. Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
+2
-4
@@ -205,13 +205,11 @@ def main() -> None:
|
||||
# Render through the SHARED value-map renderer (same one the instrument value maps use): pole
|
||||
# signposts through the human median, 4 auto-selected zone hulls, textalloc labels, model stars.
|
||||
_, emph = zones_for(countries)
|
||||
# Title + caption live in the README (nicer voice, editable), not baked into the figure.
|
||||
fig = maps.plot_value_map(
|
||||
"WVS Inglehart-Welzel", countries, P,
|
||||
("Survival", "Self-expression", "Traditional", "Secular-Rational"),
|
||||
models=models, emphasize=emph,
|
||||
title=f"WVS Inglehart-Welzel map: LLMs among {len(countries)} human societies (approximate IW axes)",
|
||||
note=("Approximate IW: axes built from GlobalOpinionQA WVS items (3 themes/axis, not the\n"
|
||||
"canonical 5; national pride / authority / materialism absent). Not a verbatim WVS factor score."))
|
||||
models=models, emphasize=emph)
|
||||
fig.savefig(args.out, dpi=200, bbox_inches="tight")
|
||||
logger.info(f"wrote {args.out}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user