Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simulator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pg-andi
Simulator
Merge requests
!151
An error occurred while fetching the assigned milestone of the selected merge_request.
Add a missing grid and title in evaluation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add a missing grid and title in evaluation
beautify-evaluation-results
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Add a missing grid and title in evaluation
Ghost User
requested to merge
beautify-evaluation-results
into
master
Sep 1, 2017
Overview
0
Commits
1
Pipelines
1
Changes
2
Multicast analysis with grid:
Traffic analysis with title:
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ebd50503
1 commit,
Sep 1, 2017
2 files
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
toolkit/reportSummary/multicastAnalysis.py
+
1
−
0
View file @ ebd50503
Edit in single-file editor
Open in Web IDE
Show full file
@@ -23,6 +23,7 @@ def drawPlots(x, y_minimum, y_average):
plt
.
plot
(
x
,
y_minimum
,
'
.-
'
,
label
=
'
Minimum
'
)
plt
.
plot
(
x
,
y_average
,
'
.-
'
,
label
=
'
Average
'
)
plt
.
legend
(
loc
=
'
upper left
'
)
plt
.
grid
(
True
)
# Main function of the script. See script description at the top of the file for further information.
def
main
(
analysisFileName
,
graphicFileName
):
Loading