Commit 7daa791
committed
Fix limits in plot types example hist(x)
hist(x) has a natural y-scale due to the counts. We don't want to
rescale that manually or reduce the sample size (which would make the
distribution not look so nice). So instead we scale up the axis limits.1 parent 831a13c commit 7daa791
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
0 commit comments