Skip to content

Commit fae1ed0

Browse files
authored
Merge pull request #158 from ClojureCivitas/tableplot-parameter-flow-4
tableplot param flow - wording
2 parents 86173a6 + 1c185c8 commit fae1ed0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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)