Skip to content

Commit 1c185c8

Browse files
committed
tableplot param flow - wording
1 parent 0c30d45 commit 1c185c8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/data_visualization/tableplot_parameter_flow.clj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@
6464
;;
6565
;; Let's start with a basic dataset and plot.
6666

67+
;; We will use:
68+
;; [Kindly](https://scicloj.github.io/kindly-noted/) for annotating visualizations,
69+
;; [Tablecloth](https://scicloj.github.io/tablecloth/) for table processing, and
70+
;; [Tableplot for plotting](https://scicloj.github.io/tableplot/).
71+
72+
73+
(require
74+
'[scicloj.kindly.v4.kind :as kind]
75+
'[tablecloth.api :as tc]
76+
'[scicloj.tableplot.v1.plotly :as plotly])
77+
6778
(def sample-data
6879
(tc/dataset {:x [1 2 3 4 5]
6980
:y [2 4 3 5 7]}))

0 commit comments

Comments
 (0)