Skip to content

Commit 15f9e14

Browse files
committed
square q-q plots
1 parent d6f5750 commit 15f9e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/heavy_tails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ We can now compare this with the exponential, log-normal, and pareto distributio
655655

656656
```{code-cell} ipython3
657657
# Build figure
658-
fig, axes = plt.subplots(3, 1, figsize=(6, 8))
658+
fig, axes = plt.subplots(3, 1, figsize=(8, 8))
659659
axes = axes.flatten()
660660
labels = ['exponential', 'lognormal', 'Pareto']
661661
for data, label, ax in zip(data_list, labels, axes):

0 commit comments

Comments
 (0)