Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
svittoz committed Jun 7, 2024
1 parent 84d5e9e commit 36c63a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eds_scikit/plot/table_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def visualize_table(
alt.Chart(table_count)
.mark_bar()
.encode(
x=col + ":N",
x=col + ":N",
y="sum(count):Q",
color=alt.Color(col + ":N", scale=color_scale),
opacity=alt.condition(selections[col], alt.value(1), alt.value(0.3)),
Expand Down

0 comments on commit 36c63a9

Please sign in to comment.