Description Usage Arguments Value Examples
Create a plotly scatter plot out of a benchmarkVis compatible data table. The created scatter plot allows to compare the performances based on the giving performance measure. x-Axis: the benchmark entries. y-Axis: measure.
1 | createListScatterPlot(dt, list.measure, color.by = "algorithm")
|
dt |
campatible data table |
list.measure |
the column name containing the list of a specific measure |
color.by |
defines the color of the markers. Possibilities: "algorithm", "problem", "replication" (default: "algorithm") |
a plotly scatter plot
1 | createListScatterPlot(microbenchmark.example, "list.values")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.