We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b64f9 commit f9489efCopy full SHA for f9489ef
docs/src/notebooks/plots_plotting.jl
@@ -50,10 +50,10 @@ end
50
md"## Hist2D"
51
52
# ╔═╡ 53eacafc-71ac-4e70-a238-581335ac4729
53
-begin
54
- h2d = Hist2D((randn(10000), randn(10000)))
55
- p2d = plot(h2d)
56
-end
+h2d = Hist2D((randn(10000), randn(10000)));
+
+# ╔═╡ 8ebab27d-f213-487f-9467-beadcf5dc792
+p2d = plot(h2d)
57
58
# ╔═╡ Cell order:
59
# ╠═be0b45f2-86dc-11ee-2dce-2994fb540eec
@@ -65,3 +65,4 @@ end
65
# ╠═2d857d08-f9c2-4a60-86dd-2afbd3b599f6
66
# ╟─68d705dd-d0d9-4394-8d3c-f8b2113e6cef
67
# ╠═53eacafc-71ac-4e70-a238-581335ac4729
68
+# ╠═8ebab27d-f213-487f-9467-beadcf5dc792
0 commit comments