This commit is contained in:
Giorgio Calderone 2020-04-17 14:56:10 +02:00
parent c65c9d5db7
commit 7759d0fd9e

View File

@ -76,8 +76,8 @@ saveas("recipes002") # hide
```@example abc ```@example abc
x = randn(1000); x = randn(10_000);
y = randn(1000); y = randn(10_000);
@gp hist(x, y) @gp hist(x, y)
saveas("recipes002a") # hide saveas("recipes002a") # hide
``` ```