We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4080331 commit 479c36aCopy full SHA for 479c36a
2 files changed
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[project]
9
name = "spotpython"
10
-version = "0.31.13"
+version = "0.31.14"
11
authors = [
12
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
13
]
src/spotpython/surrogate/plot.py
@@ -239,8 +239,8 @@ def plot_error_points(
239
if title is not None:
240
ax.set_title(title)
241
if var_name is not None:
242
- ax.set_xlabel(var_name[0])
243
- ax.set_ylabel(var_name[1])
+ ax.set_xlabel(var_name[i])
+ ax.set_ylabel(var_name[j])
244
else:
245
ax.set_xlabel(f"Dimension {i}")
246
ax.set_ylabel(f"Dimension {j}")
0 commit comments