Skip to content

Commit dd13df8

Browse files
feat(showcase): add Interact for enhanced visualization interactivity
1 parent 7c76efe commit dd13df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/showcase/showcase.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"metadata": {},
88
"outputs": [],
99
"source": [
10-
"using Plots\n",
10+
"using Plots, Interact\n",
1111
"@manipulate for f in [sin, cos, tan], ϕ in 0:0.05:2π\n",
1212
" x = 0:0.05:4π\n",
1313
" Plots.plot(x, f.(x .+ ϕ))\n",

0 commit comments

Comments
 (0)