Skip to content

Commit f9489ef

Browse files
committed
Split cell in two
More obvious effect of plotting, also looks nicer without the `begin...end` block
1 parent 69b64f9 commit f9489ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/src/notebooks/plots_plotting.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ end
5050
md"## Hist2D"
5151

5252
# ╔═╡ 53eacafc-71ac-4e70-a238-581335ac4729
53-
begin
54-
h2d = Hist2D((randn(10000), randn(10000)))
55-
p2d = plot(h2d)
56-
end
53+
h2d = Hist2D((randn(10000), randn(10000)));
54+
55+
# ╔═╡ 8ebab27d-f213-487f-9467-beadcf5dc792
56+
p2d = plot(h2d)
5757

5858
# ╔═╡ Cell order:
5959
# ╠═be0b45f2-86dc-11ee-2dce-2994fb540eec
@@ -65,3 +65,4 @@ end
6565
# ╠═2d857d08-f9c2-4a60-86dd-2afbd3b599f6
6666
# ╟─68d705dd-d0d9-4394-8d3c-f8b2113e6cef
6767
# ╠═53eacafc-71ac-4e70-a238-581335ac4729
68+
# ╠═8ebab27d-f213-487f-9467-beadcf5dc792

0 commit comments

Comments
 (0)