Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
util
sequencer
scan-p-gun-vgrid
Commits
7ad32c81
Commit
7ad32c81
authored
May 28, 2022
by
Francesco Tripaldi
Browse files
Add unit to graph axes
parent
2dcadf2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ScanPGunVgrid.py
View file @
7ad32c81
...
...
@@ -139,8 +139,8 @@ def main():
plt
.
plot
(
xp
,
p
(
xp
),
label
=
"Fitting"
,
color
=
"orange"
)
#plt.plot(xp,y_conv[:-3], label = "2nd order derivate")
plt
.
title
(
str
(
graph_title
))
plt
.
xlabel
(
'GUN Vgrid'
)
plt
.
ylabel
(
'Booster current'
)
plt
.
xlabel
(
'GUN Vgrid
(V)
'
)
plt
.
ylabel
(
'Booster current
(mA)
'
)
plt
.
legend
(
loc
=
0
)
fig
=
plt
.
gcf
()
fig2elog
(
fig
,
elog_text
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment