Skip to content

Commit fd6dc9e

Browse files
committed
dsp intro wip
1 parent c8c7087 commit fd6dc9e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/signal_processing/intro.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ violin-components-dataset
9292
(-> violin-components-dataset
9393
(tc/head 100)
9494
(tc/pivot->longer (complement #{:time}))
95+
(tc/rename-columns {:$value :amplitude})
9596
(plotly/layer-line {:=x :time
96-
:=y :$value
97+
:=y :amplitude
9798
:=color :$column}))
9899

99100
(def violin-dataset

0 commit comments

Comments
 (0)