Skip to content

Commit 24f3736

Browse files
committed
aog wip
1 parent 615a70f commit 24f3736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data_visualization/aog_in_clojure_part1.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
(defn =key
10671067
"Add a = sign to the name of a given keyword."
10681068
[k]
1069-
(-> k name (str "-") keyword))
1069+
(->> k name (str "=") keyword))
10701070

10711071
(defn mapping
10721072
"Define aesthetic mappings from data columns to visual properties.

0 commit comments

Comments
 (0)