Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KPI Plots-Calculations-CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS
Overall
KPI
KPI Plots-Calculations-CI
Commits
037473a4
Commit
037473a4
authored
2 years ago
by
Uwe Jandt (DESY, HIFIS)
Browse files
Options
Downloads
Patches
Plain Diff
Updated MV plot
parent
84440b99
No related branches found
Branches containing commit
No related tags found
1 merge request
!34
Updated MV plot
Pipeline
#145532
canceled
2 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
202204_MV/plot.plt
+4
-4
4 additions, 4 deletions
202204_MV/plot.plt
202204_MV/plot.sh
+0
-0
0 additions, 0 deletions
202204_MV/plot.sh
example_graphs.md
+2
-2
2 additions, 2 deletions
example_graphs.md
plots_scripts/plot.sh
+2
-2
2 additions, 2 deletions
plots_scripts/plot.sh
with
8 additions
and
8 deletions
202
1
04_MV/plot.plt
→
202
2
04_MV/plot.plt
+
4
−
4
View file @
037473a4
...
...
@@ -8,7 +8,7 @@ set yrange [0:*]
set xdata time
set timefmt "%Y-%m-%d %H:%M"
set format x "%Y-%m-%d"
set xrange ["2019-
07
-01":"2022-04-01"]
set xrange ["2019-
12
-01":"2022-04-01"]
set xtics rotate by 45 offset -4,-3
set ytics nomirror
set key top left
...
...
@@ -16,8 +16,8 @@ set border 3
set terminal pdf color enhanced size 4,6 font "Helvetica, 16"
if (!exists("MP_LEFT")) MP_LEFT = 0.1
6
if (!exists("MP_RIGHT")) MP_RIGHT = .8
2
if (!exists("MP_LEFT")) MP_LEFT = 0.1
8
if (!exists("MP_RIGHT")) MP_RIGHT =
0
.8
if (!exists("MP_BOTTOM")) MP_BOTTOM = .15
if (!exists("MP_TOP")) MP_TOP = .98
if (!exists("MP_xGAP")) MP_xGAP = 0.07
...
...
@@ -40,7 +40,7 @@ set y2tics
set xtics textcolor rgbcolor "black" offset -4,-4 nomirror
set timefmt "%Y-%m"
set style fill pattern 6
plot '../stats/workshops/data.csv' u 1:2 w boxes axis x1y2 lc rgb "#
8CB423
" lw 0.8 title 'per month' ,\
plot '../stats/workshops/data.csv' u 1:2 w boxes axis x1y2 lc rgb "#
005aa0
" lw 0.8 title 'per month' ,\
'' u 1:3 w l lc black lw 2 title 'cumulative'
unset multiplot
This diff is collapsed.
Click to expand it.
202
1
04_MV/plot.sh
→
202
2
04_MV/plot.sh
+
0
−
0
View file @
037473a4
File moved
This diff is collapsed.
Click to expand it.
example_graphs.md
+
2
−
2
View file @
037473a4
...
...
@@ -7,8 +7,8 @@ The plots have been used in previous reports and are updated with most recent da
##### Overall Report KPI plot 2021
*
!
[
overall_plot_1
](
https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/raw/plots/202103_Report_Overall/Report2020_plot1.png?job=plot_general
)
##### MV 2021-04 and 202
1
-0
9
*
!
[
mv_plot_1
](
https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/raw/plots/202
1
04_MV/plot.png?job=plot_general
)
##### MV 2021-04
, 2021-09,
and 202
2
-0
4
*
!
[
mv_plot_1
](
https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/raw/plots/202
2
04_MV/plot.png?job=plot_general
)
##### Overall Report KPI plot 2022
*
!
[
overall_plot_1
](
https://gitlab.hzdr.de/hifis/overall/kpi/kpi-plots-ci/-/jobs/artifacts/master/raw/plots/202203_Report_Overall/Report2021_plot1.png?job=plot_general
)
This diff is collapsed.
Click to expand it.
plots_scripts/plot.sh
+
2
−
2
View file @
037473a4
...
...
@@ -24,7 +24,7 @@ for datafile in ../data/*/data.csv; do
# If there is a filter.sh, use it.
# Otherwise, link the standard filter.sh and use this.
if
[
!
-e
"
$folder
/"
filter.sh
]
;
then
if
[
!
-e
"
$folder
/"
filter.sh
]
||
[
-h
"
$folder
/"
filter.sh
]
;
then
# remove the non-existing file, just to eliminate broken symlinks
rm
-f
"
$folder
/"
filter.sh
echo ln
-sv
"
$(
pwd
)
"
/filter.sh
"
$folder
"
/
;
...
...
@@ -40,7 +40,7 @@ for datafile in ../data/*/data.csv; do
# - we can use the standard plot.plt and link it there, or
# - there is a specific plot.plt already deposited for the specific folder.
if
[
!
-e
"
$folder
"
/plot.plt
]
;
then
if
[
!
-e
"
$folder
"
/plot.plt
]
||
[
-h
"
$folder
"
/plot.plt
]
;
then
# remove the non-existing file, just to eliminate broken symlinks
rm
-f
"
$folder
"
/plot.plt
echo ln
-sv
"
$(
pwd
)
"
/plot.plt
"
$folder
"
/
;
...
...
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