Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
trainbenchmark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stgroup
trainbenchmark
Commits
004c5806
Commit
004c5806
authored
5 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
journal version axis scale
parent
9cfee7fe
No related branches found
No related tags found
1 merge request
!2
Ae submission
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
trainbenchmark/trainbenchmark-reporting/combined.R
+3
-3
3 additions, 3 deletions
trainbenchmark/trainbenchmark-reporting/combined.R
with
3 additions
and
3 deletions
trainbenchmark/trainbenchmark-reporting/combined.R
+
3
−
3
View file @
004c5806
...
@@ -186,7 +186,7 @@ for (scenario in c("inject", "repair")) {
...
@@ -186,7 +186,7 @@ for (scenario in c("inject", "repair")) {
fnTmp
<-
paste
(
"../diagrams/recent/benchmark/"
,
scenario
,
"/"
,
phase.filename
,
"-"
,
scenario
,
"-tmp.pdf"
,
sep
=
""
)
fnTmp
<-
paste
(
"../diagrams/recent/benchmark/"
,
scenario
,
"/"
,
phase.filename
,
"-"
,
scenario
,
"-tmp.pdf"
,
sep
=
""
)
fn
<-
paste
(
"../diagrams/recent/benchmark/"
,
scenario
,
"/"
,
phase.filename
,
"-"
,
scenario
,
".pdf"
,
sep
=
""
)
fn
<-
paste
(
"../diagrams/recent/benchmark/"
,
scenario
,
"/"
,
phase.filename
,
"-"
,
scenario
,
".pdf"
,
sep
=
""
)
if
(
phase
==
"Read"
)
{
if
(
phase
==
"Read"
)
{
p
=
p
+
scale_y_log10
(
breaks
=
ybreaks
,
minor_breaks
=
NULL
,
labels
=
ylabels
,
limits
=
c
(
1
e0
,
3e4
),
expand
=
c
(
0
,
0
))
+
p
=
p
+
scale_y_log10
(
breaks
=
ybreaks
,
minor_breaks
=
NULL
,
labels
=
ylabels
,
limits
=
c
(
3
e0
,
3e4
),
expand
=
c
(
0
,
0
))
+
scale_colour_manual
(
values
=
c
(
"#56B4E9"
,
"#56B4E9"
,
# Sky blue - Name Lookup
scale_colour_manual
(
values
=
c
(
"#56B4E9"
,
"#56B4E9"
,
# Sky blue - Name Lookup
"#009E73"
,
"#009E73"
,
# Bluish green - Intrinsic References
"#009E73"
,
"#009E73"
,
# Bluish green - Intrinsic References
"#0072B2"
,
"#0072B2"
,
# Blue - Manual Serialization
"#0072B2"
,
"#0072B2"
,
# Blue - Manual Serialization
...
@@ -225,7 +225,7 @@ for (scenario in c("inject", "repair")) {
...
@@ -225,7 +225,7 @@ for (scenario in c("inject", "repair")) {
# legend.key = element_blank(),
# legend.key = element_blank(),
legend.title
=
element_blank
(),
legend.title
=
element_blank
(),
strip.text.x
=
element_blank
(),
strip.text.x
=
element_blank
(),
legend.position
=
"
right
"
,
# "none", #
legend.position
=
"
none
"
,
# "none", #
axis.text
=
element_text
(
size
=
9
)
axis.text
=
element_text
(
size
=
9
)
#, panel.grid.minor = element_blank()
#, panel.grid.minor = element_blank()
)
)
...
@@ -241,7 +241,7 @@ for (scenario in c("inject", "repair")) {
...
@@ -241,7 +241,7 @@ for (scenario in c("inject", "repair")) {
ggsave
(
ggsave
(
plot
=
p
,
plot
=
p
,
filename
=
fnTmp
,
filename
=
fnTmp
,
width
=
20
0
,
width
=
16
0
,
height
=
100
,
height
=
100
,
units
=
"mm"
units
=
"mm"
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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