From 0f18fbfa34883ccd900b49df4db8b28f38cda4ce Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Fri, 6 Feb 2026 11:01:41 +1000 Subject: [PATCH] Fix different y range yielding odd results in docs --- docs/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stats.py b/docs/stats.py index fb0e7e68b..d9136328c 100644 --- a/docs/stats.py +++ b/docs/stats.py @@ -428,7 +428,7 @@ mean_temps = [14.0, 14.2, 14.5, 15.0, 15.5] # warming trend data = [state.normal(temp, 0.8, 500) for temp in mean_temps] -fig, axs = uplt.subplots(ncols=2, figsize=(11, 5)) +fig, axs = uplt.subplots(ncols=2, share=0) axs.format(abc="A.", abcloc="ul", suptitle="Categorical vs Continuous positioning") # Categorical positioning (default)