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 " }}}}
3
3
:paths [" notebooks" ]}
Original file line number Diff line number Diff line change 16
16
[tablecloth.api :as tc]
17
17
[tablecloth.column.api :as tcc]
18
18
[tech.v3.datatype :as dtype]
19
- [scicloj.hanamicloth .v1.plotlycloth :as ploclo ]
19
+ [scicloj.tableplot .v1.plotly :as plotly ]
20
20
[scicloj.kind-pyplot.v1.api :as pyplot]
21
21
[scicloj.kindly.v4.kind :as kind]))
22
22
84
84
(->> [:x1 :x2 ]
85
85
(mapv (fn [x]
86
86
(-> dataset
87
- (ploclo /layer-point
87
+ (plotly /layer-point
88
88
{:=x :x1 }))))
89
89
kind/fragment)
90
90
You can’t perform that action at this time.
0 commit comments