Skip to content

Commit 90bf2c2

Browse files
committed
qq-plot multiples of 3 and horizontal
1 parent 15f9e14 commit 90bf2c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/heavy_tails.md

Lines changed: 1 addition & 2 deletions
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=(8, 8))
658+
fig, axes = plt.subplots(1, 3, figsize=(12, 4))
659659
axes = axes.flatten()
660660
labels = ['exponential', 'lognormal', 'Pareto']
661661
for data, label, ax in zip(data_list, labels, axes):
@@ -665,7 +665,6 @@ plt.tight_layout()
665665
plt.show()
666666
```
667667

668-
669668
### Power laws
670669

671670

0 commit comments

Comments
 (0)