Skip to content

Commit 8358469

Browse files
committed
updated deps: clay, kindly, plotje
1 parent 079e7c4 commit 8358469

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

deps.edn

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
org.scicloj/tablecloth.time {:mvn/version "1.00-alpha-6"}
77
;; Tableplot can be removed after updating Noj:
88
org.scicloj/tableplot {:mvn/version "1-beta14"}
9-
org.scicloj/plotje {:mvn/version "0.2.2"}
9+
org.scicloj/plotje {:mvn/version "0.10.1"}
1010
markdown-clj/markdown-clj {:mvn/version "1.12.4"}
1111
org.clojure/core.async {:mvn/version "1.9.808-alpha1"}
1212
io.github.clojure/core.async.flow-monitor {:git/tag "v0.1.2"
@@ -16,10 +16,8 @@
1616
metosin/malli {:mvn/version "0.19.1"}
1717
clj-fuzzy/clj-fuzzy {:mvn/version "0.4.1"}
1818
clj-thamil/clj-thamil {:mvn/version "0.2.0"}
19-
org.scicloj/clay {#_#_:mvn/version "2.0.16"
20-
:git/url "https://github.com/scicloj/clay"
21-
:git/sha "606b3180bd15c88740786c6ab0902af26f248b0d"}
22-
org.scicloj/kindly {:mvn/version "4-beta23"}
19+
org.scicloj/clay {:mvn/version "2.0.21"}
20+
org.scicloj/kindly {:mvn/version "4-beta25"}
2321
thi.ng/geom {:mvn/version "1.0.1"}
2422
org.eclipse.elk/org.eclipse.elk.core {:mvn/version "0.10.0"}
2523
org.eclipse.elk/org.eclipse.elk.graph {:mvn/version "0.10.0"}

src/math/stats/quantquestions/what_are_the_odds/cheat_zine.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
{:temperature "90-104F" :days 0}
341341
{:temperature "105-119F" :days 0}
342342
{:temperature "120-134F" :days 0}]
343-
(pj/lay-value-bar :temperature :days)
343+
(pj/lay-bar :temperature :days)
344344
(pj/options {:title "Island A"}))
345345

346346
^:kindly/hide-code
@@ -351,7 +351,7 @@
351351
{:temperature "90-104F" :days 7}
352352
{:temperature "105-119F" :days 4}
353353
{:temperature "120-134F" :days 2}]
354-
(pj/lay-value-bar :temperature :days)
354+
(pj/lay-bar :temperature :days)
355355
(pj/options {:title "Island B"}))
356356
;; :::
357357

0 commit comments

Comments
 (0)