plot_pareto_bokeh plotting error
Closed this issue · 1 comments
sqbl commented
When calling:
plot_Pareto_bokeh(opt, objective_names=result_name_list, dimensions=header_list, return_data=False, show_browser=True, return_type_bokeh='file',filename='Pareto')
all the calculated points (the red marks) only show the two first constituents of the recipy. All the "real" data (blue points) correctly shows all the features and levels of the underlying experiment
sqbl commented
I would believe that the error stems from line 2270 in plots. There, two lists are zipped. The latter of these lists are only two elements long. I believe that we would need to ensure that the second list is len(dimensions).