Skip to content
Snippets Groups Projects
Commit 6d394c2e authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Colorscale features

parent c44ea553
No related branches found
No related tags found
No related merge requests found
...@@ -115,8 +115,8 @@ def plot_feature_importances(file_name, feature_importance, ...@@ -115,8 +115,8 @@ def plot_feature_importances(file_name, feature_importance,
z=feature_importance.values, z=feature_importance.values,
text=hover_text, text=hover_text,
hoverinfo=["text"], hoverinfo=["text"],
colorscale="Greys", colorscale="Hot",
reversescale=False)) reversescale=True))
fig.update_layout( fig.update_layout(
xaxis={"showgrid": False, "showticklabels": False, "ticks": ''}, xaxis={"showgrid": False, "showticklabels": False, "ticks": ''},
yaxis={"showgrid": False, "showticklabels": False, "ticks": ''}) yaxis={"showgrid": False, "showticklabels": False, "ticks": ''})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment