Skip to content

Commit bcc6a75

Browse files
0.14.72
defaults for plot changed
1 parent dd9ae06 commit bcc6a75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotpython"
10-
version = "0.14.71"
10+
version = "0.14.72"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]

src/spotPython/spot/spot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ def plot_important_hyperparameter_contour(
20072007
n_grid=50,
20082008
contour_levels=10,
20092009
dpi=200,
2010-
use_min=True,
2010+
use_min=False,
20112011
use_max=True,
20122012
) -> None:
20132013
"""
@@ -2040,7 +2040,7 @@ def plot_important_hyperparameter_contour(
20402040
integer parameters.
20412041
In 3d-plots, only two variables can be independent. The remaining input variables are set
20422042
to their minimum value.
2043-
Default is `True`.
2043+
Default is `False`.
20442044
If use_min and use_max are both `True`, both values are used.
20452045
use_max (bool):
20462046
Use the minimum value for determing the hidden dimensions in the plot for categorical and

0 commit comments

Comments
 (0)