Add: parallel coordinates plots
Feature Request
Description
As another method to visualize the data, we could add a parallel coordinates plot.
Use Case
Visualize data from all or selected variables, from the whole dataset or the generated new designs.
Proposed Solution
Adapt from Plotly's parallel coordinates plot.
Additional Information
Challenge: the order of the axes and their scale matter wrt interpretability. Default order follows the order of variables defined by the user. Advance methods try to optimize the order but need to find or implement this. Scaling: to the given data or to the original ranges in the dataset. Optional: coloring according to the given variable
Screenshots/Designs (if applicable)
Priority
Low