File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- {:deps {org.scicloj/noj {:mvn/version " 2-alpha9.1 " }}
2- :aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version " 2-beta17 " }}}}
1+ {:deps {org.scicloj/noj {:mvn/version " 2-alpha9.3 " }}
2+ :aliases {:dev {:extra-deps {org.scicloj/clay {:mvn/version " 2-beta21 " }}}}
33 :paths [" notebooks" ]}
Original file line number Diff line number Diff line change 1616 [tablecloth.api :as tc]
1717 [tablecloth.column.api :as tcc]
1818 [tech.v3.datatype :as dtype]
19- [scicloj.hanamicloth .v1.plotlycloth :as ploclo ]
19+ [scicloj.tableplot .v1.plotly :as plotly ]
2020 [scicloj.kind-pyplot.v1.api :as pyplot]
2121 [scicloj.kindly.v4.kind :as kind]))
2222
8484(->> [:x1 :x2 ]
8585 (mapv (fn [x]
8686 (-> dataset
87- (ploclo /layer-point
87+ (plotly /layer-point
8888 {:=x :x1 }))))
8989 kind/fragment)
9090
You can’t perform that action at this time.
0 commit comments