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 0622752 commit d450816Copy full SHA for d450816
package/visualization/plot_empirical_attainment_surface/_wrapper.py
@@ -28,7 +28,7 @@ def plot_empirical_attainment_surface(
28
surfs = _get_empirical_attainment_surfaces(study_list, levels, log_scale_inds)
29
plotter = EmpiricalAttainmentFuncPlot()
30
if len(attainment_ratios) == 1:
31
- ax = plotter.plot_surface(
+ plotter.plot_surface(
32
ax,
33
surfs[0],
34
color=color,
@@ -75,7 +75,7 @@ def plot_multiple_empirical_attainment_surfaces(
75
76
77
surfs_list = [surfs[0] for surfs in surfs_list]
78
- ax = plotter.plot_multiple_surface(
+ plotter.plot_multiple_surface(
79
80
surfs_list,
81
colors=colors,
0 commit comments