Skip to content

Commit be0c3aa

Browse files
authored
Merge pull request #206 from uriahf/195-update-functions-for-discrimination-plots
195 update functions for discrimination plots
2 parents 24db4e8 + 99ff207 commit be0c3aa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.15"
24+
version = "0.1.16"
2525
description = "interactive visualizations for performance of predictive models"
2626
readme = "README.md"
2727

src/rtichoke/helpers/plotly_helper_functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,7 @@ def _create_curve_layout(
11831183
curve_layout = {
11841184
"xaxis": {"showgrid": False},
11851185
"yaxis": {"showgrid": False},
1186+
"template": "none",
11861187
"plot_bgcolor": "rgba(0, 0, 0, 0)",
11871188
"paper_bgcolor": "rgba(0, 0, 0, 0)",
11881189
"showlegend": True,
@@ -1197,6 +1198,7 @@ def _create_curve_layout(
11971198
},
11981199
"height": size + 50,
11991200
"width": size,
1201+
"hoverlabel": {"bgcolor": "rgba(0,0,0,0)", "bordercolor": "rgba(0,0,0,0)"},
12001202
"updatemenus": [
12011203
{
12021204
"type": "buttons",

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)