We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28efc0b commit ba0c6baCopy full SHA for ba0c6ba
london_clojurians_april_2024/src/notebooks/hana.clj
@@ -164,13 +164,25 @@
164
{:X :sepal_width
165
:Y :sepal_length})))
166
167
+(delay
168
+ (-> (toydata/iris-ds)
169
+ (plot {:X :sepal_width
170
+ :Y :sepal_length})
171
+ layer-point))
172
+
173
(delay
174
(-> (toydata/iris-ds)
175
(plot {:X :sepal_width
176
:Y :sepal_length})
177
layer-point
178
layer-smooth))
179
180
181
182
183
184
185
186
187
188
0 commit comments