Description Usage Arguments Value Examples
Create a plotly parallel coordinates plot out of a benchmarkVis compatible data table. The created parallel coordinates plot shows the relationship between problem, algorithm and all measures.
1 | createParallelCoordinatesPlot(dt, color.by = "algorithm")
|
dt |
compatible data table |
color.by |
the column to color the lines with. Possibilities: "algorithm", "problem", "replication" (default: "algorithm") |
a plotly parallel coordinates plot
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.