From db55cf187f076abee2375578acaac0ae54b1e9b7 Mon Sep 17 00:00:00 2001 From: Swastik Mishra <swastik.mishra@hhu.de> Date: Wed, 28 May 2025 09:13:11 +0000 Subject: [PATCH] add unicode alpha symbol for GLOOME without species tree --- 03-analyse_outputs/lib/plot_marker_styles.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/03-analyse_outputs/lib/plot_marker_styles.json b/03-analyse_outputs/lib/plot_marker_styles.json index cd7b52e..4f02c2e 100644 --- a/03-analyse_outputs/lib/plot_marker_styles.json +++ b/03-analyse_outputs/lib/plot_marker_styles.json @@ -48,7 +48,7 @@ "marker_plotly": "triangle-down", "marker_color": "#EE6677", "face_color": "white", - "label": "GLOOME (ML) without tree", + "label": "GLOOME (ML) \u03B1", "paradigm": "implicit" }, "gloome.mp": { @@ -64,7 +64,7 @@ "marker_plotly": "triangle-down", "marker_color": "#EE6677", "face_color": "#EE6677", - "label": "GLOOME (MP) without tree", + "label": "GLOOME (MP) \u03B1", "paradigm": "implicit" }, "count.mp": { -- GitLab