Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DALSim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thibaut DEMARE
DALSim
Commits
bc55b735
Commit
bc55b735
authored
6 years ago
by
ThibautDemare
Browse files
Options
Downloads
Patches
Plain Diff
Use 'histogram' chart type instead of 'series'
parent
0b2495c5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/Experiments.gaml
+3
-5
3 additions, 5 deletions
models/Experiments.gaml
with
3 additions
and
5 deletions
models/Experiments.gaml
+
3
−
5
View file @
bc55b735
...
...
@@ -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
"D
istribution
of number of FC p
er
LSP
"
value: distributionNbFCPerLSPY
color: divergingCol2
;
data
list d
istribution
NbFCP
erLSP
X
value: distributionNbFCPerLSPY;
}
}/**/
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment