Skip to content

Commit 6614838

Browse files
authored
Merge pull request #432 from ClojureCivitas/plotje-intro-20260901-b
Plotje intro - image, styling, undraft
2 parents acbc116 + 14716c5 commit 6614838

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

src/data_visualization/facet.png

34.8 KB
Loading

src/data_visualization/introducing_plotje_composable_plotting.clj

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:keywords [:datavis]
1010
:toc true
1111
:toc-depth 2
12-
:draft true}}}
12+
:image "facet.png"}}}
1313
(ns data-visualization.introducing-plotje-composable-plotting)
1414

1515
;; [Plotje](https://github.com/scicloj/plotje) is a plotting library for
@@ -109,6 +109,19 @@
109109
;; Plotje -- composable plotting
110110
[scicloj.plotje.api :as pj]))
111111

112+
^{:kindly/hide-code true
113+
:kindly/kind :kind/hiccup}
114+
[:style
115+
".clay-dataset {
116+
max-height: 400px;
117+
overflow-y: auto;
118+
}
119+
.sourceCode.clojure {
120+
max-height: 500px;
121+
overflow-y: auto;
122+
}
123+
"]
124+
112125
;; ## Starting small
113126
;;
114127
;; Before any real data, the smallest useful thing: six Clojure libraries

0 commit comments

Comments
 (0)