Skip to content

Commit 85f5c65

Browse files
committed
small fixes for violins
1 parent 4ae8aea commit 85f5c65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
26 KB
Loading

src/data_visualization/violin.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:quarto {:author :mt
55
:draft true
66
:type :post
7-
:date "2026-02-03"
7+
:date "2026-02-02"
88
:category :clojure
99
:image "violin-example.png"
1010
:tags [:dataviz :vega-lite]}}}
@@ -87,7 +87,7 @@
8787
}
8888

8989
;;; Vega's defaults are not always what we want, so the next version has the same as structure as before, with a bit of tweaking to look more like what we want. We'll adjust the size of the graph, adjust the scale, use color.
90-
;;;Wwe add some randomness (jitter) so we can better see individual points, and just for the hell of it, map another attribute, `sex`, to `:shape`.
90+
;;;We add some randomness (jitter) so we can better see individual points, and just for the hell of it, map another attribute, `sex`, to `:shape`.
9191

9292
^:kind/vega-lite
9393
{:mark {:type "point" :tooltip {:content :data}}

0 commit comments

Comments
 (0)