Skip to content
Snippets Groups Projects
Commit bc55b735 authored by ThibautDemare's avatar ThibautDemare
Browse files

Use 'histogram' chart type instead of 'series'

parent 0b2495c5
Branches
Tags
No related merge requests found
......@@ -658,16 +658,14 @@ experiment 'Every output' type: gui {
}
}/**/
display "Distribution of number of FC per LSP" type: java2D {
display "Distribution of number of FC per LSP" type: java2D synchronized: true {
chart "Distribution of number of FC per LSP"
type: series
type: histogram
x_label: 'Nb of FC'
y_label: 'Nb of LSP'
x_tick_unit: 1
y_tick_unit: 1
x_serie_labels: distributionNbFCPerLSPX
{
data "Distribution of number of FC per LSP" value: distributionNbFCPerLSPY color: divergingCol2;
datalist distributionNbFCPerLSPX value: distributionNbFCPerLSPY;
}
}/**/
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment