Dieter Komendera / Oct 12 2020
Remix of Clojure by Nextjournal
Plotting from Clojure
{:nextjournal/viewer :plotly}
{:data [{:x (0 10 20 30 40)}
{:y (5 10 15 20 25)}]
:layout {:autosize false :width 800 :height 400
:xaxis1 {:title "year"}
:yaxis1 {:title "revenue"}}}
0.6s
Clojure