Skip to content

Commit 24db4e8

Browse files
authored
Merge pull request #205 from uriahf/195-update-functions-for-discrimination-plots
195 update functions for discrimination plots
2 parents d9c402f + e902623 commit 24db4e8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"polarstate==0.1.8",
2222
]
2323
name = "rtichoke"
24-
version = "0.1.14"
24+
version = "0.1.15"
2525
description = "interactive visualizations for performance of predictive models"
2626
readme = "README.md"
2727

src/rtichoke/helpers/plotly_helper_functions.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,15 +1184,18 @@ def _create_curve_layout(
11841184
"xaxis": {"showgrid": False},
11851185
"yaxis": {"showgrid": False},
11861186
"plot_bgcolor": "rgba(0, 0, 0, 0)",
1187+
"paper_bgcolor": "rgba(0, 0, 0, 0)",
11871188
"showlegend": True,
11881189
"legend": {
11891190
"orientation": "h",
11901191
"xanchor": "center",
11911192
"yanchor": "top",
11921193
"x": 0.5,
11931194
"y": 1.3,
1195+
"bgcolor": "rgba(0, 0, 0, 0)",
1196+
"bordercolor": "rgba(0, 0, 0, 0)",
11941197
},
1195-
"height": size,
1198+
"height": size + 50,
11961199
"width": size,
11971200
"updatemenus": [
11981201
{

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)