Skip to content

Commit b3245ec

Browse files
committed
Update CPPPlot().feature_map settings
1 parent 54c66e2 commit b3245ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aaanalysis/feature_engineering/_backend/cpp/cpp_plot_feature_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def plot_feature_map(df_feat=None, df_cat=None,
241241
label_imp_bar = "Cumulative\nfeature\nimportance" if add_imp_bar_top else "Cumulative feature\nimportance [%]"
242242
fs_label_bar = fs_titles - 1 if add_imp_bar_top else fs_titles
243243
ha_bar = "left" if add_imp_bar_top else "right"
244-
position_bar = (0.2, 0) if add_imp_bar_top else (1, 0)
244+
position_bar = (0.1, 0) if add_imp_bar_top else (1, 0)
245245
multialignment_bar = "center" if add_imp_bar_top else "right"
246246
if add_imp_bar_top and imp_bar_label_type != "long":
247247
label_imp_bar = "FI" if imp_bar_label_type == "short" else None

0 commit comments

Comments
 (0)