Skip to content

Commit

Permalink
fix: switch showticklabels=False to displaying transparent ticks (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
woochan-jang committed Dec 9, 2022
1 parent 8154a80 commit 7d67e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion explainerdashboard/explainer_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,8 @@ def plotly_shap_scatter_plot(X, shap_values_df, display_columns=None, title="Sha
opacity=0.3,
colorbar=dict(
title="feature value <br> (red is high)",
showticklabels=False),
tickfont=dict(color="rgba(0, 0, 0, 0)"),
),
),
name=col,
showlegend=False,
Expand Down

0 comments on commit 7d67e8f

Please sign in to comment.