Skip to content

Commit

Permalink
bugfix: make the contrastiveness larger
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed Jan 7, 2025
1 parent 9d5f5a0 commit a5a4618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdiviz/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ def _plot_heatmap_base(self, heatmap_rec_list: pd.DataFrame) -> pn.pane.Vega:
alt.expr.regexp(search_input, "i"), alt.datum.Recommendation
),
alt.value(1),
alt.value(0.5),
alt.value(0.2),
), # type: ignore
tooltip=tooltip,
)
Expand Down

0 comments on commit a5a4618

Please sign in to comment.