From 699a887b8070723a78d48caff4b011c8a1c52eaf Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 10:12:56 +0000 Subject: [PATCH] feat(letsplot): implement box-basic Implements basic box plot for letsplot library with: - Four groups (A, B, C, D) with different distributions - Color palette from style guide - Hidden legend since groups are labeled on x-axis - 4800x2700 output size (scale=3) --- plots/letsplot/boxplot/box-basic/default.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plots/letsplot/boxplot/box-basic/default.py b/plots/letsplot/boxplot/box-basic/default.py index d13a7d46dd..b7833b03ff 100644 --- a/plots/letsplot/boxplot/box-basic/default.py +++ b/plots/letsplot/boxplot/box-basic/default.py @@ -52,8 +52,7 @@ plot_title=element_text(size=20), axis_title=element_text(size=20), axis_text=element_text(size=16), - legend_title=element_text(size=16), - legend_text=element_text(size=16), + legend_position="none", ) + ggsize(1600, 900) )