Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Climate Lab Test Stand
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MSK-SW
Low-Level Radio Frequency
Climate Lab
Climate Lab Test Stand
Commits
11d9981f
Commit
11d9981f
authored
1 year ago
by
Martin Killenberg
Browse files
Options
Downloads
Patches
Plain Diff
feat: add grid to analysis plot
parent
659a4a30
No related branches found
Branches containing commit
Tags
00.16.02
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Python_script/analysis.py
+5
-0
5 additions, 0 deletions
Python_script/analysis.py
with
5 additions
and
0 deletions
Python_script/analysis.py
+
5
−
0
View file @
11d9981f
...
...
@@ -102,6 +102,11 @@ def plot_sweep(temperatures, humidities, basename, sweep_type, measurement_sets,
ax4
.
tick_params
(
bottom
=
True
,
top
=
True
,
direction
=
'
in
'
)
ax5
.
tick_params
(
bottom
=
True
,
top
=
True
,
direction
=
'
inout
'
)
ax1
.
grid
(
True
,
linestyle
=
"
:
"
)
ax2
.
grid
(
True
,
linestyle
=
"
:
"
)
ax4
.
grid
(
True
,
linestyle
=
"
:
"
)
ax5
.
grid
(
True
,
linestyle
=
"
:
"
)
if
sweep_type
==
'
temperature
'
:
fig
.
suptitle
(
basename
+
'
: Temperature sweep at
'
+
str
(
humidities
[
0
])
+
'
% r.h.
'
)
ax2
.
set_xlabel
(
'
temperature [deg C]
'
)
...
...
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