We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bc444 commit 126b8a6Copy full SHA for 126b8a6
shapiq/plot/beeswarm.py
@@ -95,7 +95,7 @@ def _get_config(row_height: float) -> dict:
95
"color_rectangle": "#eeeeee",
96
"alpha_rectangle": 0.5,
97
}
98
- margin = max(-0.1875 * row_height + 0.3875, 0.15) # 0.35 if row_height < 1 else 0.2
+ margin = max(-0.1875 * row_height + 0.3875, 0.15)
99
margin_label = 0.5 - min(row_height / 3, 0.2)
100
config_dict["margin_plot"] = margin
101
config_dict["margin_label"] = margin_label
0 commit comments