Skip to content

Commit b3e7b8e

Browse files
committed
violin, try to fix thumbnail
1 parent 0146e10 commit b3e7b8e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/data_visualization/violin.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:image "violin-example.png"
1010
:tags [:dataviz :vega-lite]}}}
1111

12-
(ns scicloj.data-visualization.violin
12+
(ns data-visualization.violin
1313
(:require
1414
[tablecloth.api :as tc]
1515
[scicloj.kindly.v4.api :as kindly]
@@ -173,5 +173,5 @@
173173
:width 800
174174
})
175175

176-
;;; That's the basics of a violin plot! In [Part 2](/scicloj/data_visualization/violin2.html), we'll see about abstracting some of this into functions, with some variations. and we'll look at combining violin plots with dot and box plots for a richer of our data.
176+
;;; That's the basics of a violin plot! In [Part 2](/data_visualization/violin2.html), we'll see about abstracting some of this into functions, with some variations. and we'll look at combining violin plots with dot and box plots for a richer of our data.
177177

src/data_visualization/violin2.clj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:tags [:dataviz :vega-lite]}}}
1010

1111

12-
(ns scicloj.data-visualization.violin2
12+
(ns data-visualization.violin2
1313
(:require
1414
[tablecloth.api :as tc]
1515
[scicloj.kindly.v4.api :as kindly]
@@ -18,10 +18,11 @@
1818
))
1919

2020

21-
;; # The World's Smallest Violin (plot generating code), Part 2
21+
;; # The World's Smallest Violin (plot generating code)
22+
;; ### Part 2
2223

2324

24-
;;; This is Part 2 of a tutorial, [Part 1 is here](/scicloj/data_visualization/violin.html).
25+
;;; This is Part 2 of a tutorial, [Part 1 is here](/data_visualization/violin.html).
2526

2627

2728
^:kindly/hide-code ^:kind/hidden

0 commit comments

Comments
 (0)