Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2332267

Browse files
authored
Fix different y range yielding odd results in docs (#558)
1 parent d8f7b95 commit 2332267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
mean_temps = [14.0, 14.2, 14.5, 15.0, 15.5] # warming trend
429429
data = [state.normal(temp, 0.8, 500) for temp in mean_temps]
430430

431-
fig, axs = uplt.subplots(ncols=2, figsize=(11, 5))
431+
fig, axs = uplt.subplots(ncols=2, share=0)
432432
axs.format(abc="A.", abcloc="ul", suptitle="Categorical vs Continuous positioning")
433433

434434
# Categorical positioning (default)

0 commit comments

Comments
 (0)