There was an error while loading. Please reload this page.
2 parents ee5e331 + ab93c04 commit 9e15076Copy full SHA for 9e15076
1 file changed
altair-python/scatter_connected.py
@@ -22,7 +22,7 @@
22
color=(
23
alt.when(brush)
24
.then("Major Genre:N")
25
- .otherwise(alt.value("lightgray")),
+ .otherwise(alt.value("lightgray"))
26
),
27
)
28
.add_params(brush)
0 commit comments