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)