We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea87075 commit a1a73e6Copy full SHA for a1a73e6
test/pluto_notebook.jl
@@ -1,5 +1,5 @@
1
### A Pluto.jl notebook ###
2
-# v0.17.7
+# v0.18.2
3
4
using Markdown
5
using InteractiveUtils
@@ -10,10 +10,14 @@ using Pkg; Pkg.activate(".")
10
# ╔═╡ c27879d8-9702-11eb-3050-f1c4477273fe
11
using PlotlyLight
12
13
+# ╔═╡ 301cbfcf-88f6-4eed-9b75-6cc193242d12
14
+PlotlyLight.Defaults.parent_style[] = "height: 400px;"
15
+
16
# ╔═╡ e2dedee2-9702-11eb-1364-118bcaff2607
17
Plot(Config(x=1:50,y=randn(50), type="bar"))
18
19
# ╔═╡ Cell order:
20
# ╠═14f719cd-ffdc-4d9b-83f4-efd7e7b54c82
21
# ╠═c27879d8-9702-11eb-3050-f1c4477273fe
22
+# ╠═301cbfcf-88f6-4eed-9b75-6cc193242d12
23
# ╠═e2dedee2-9702-11eb-1364-118bcaff2607
0 commit comments