Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Zelenka
ercidcalib
Commits
6eb1e29d
Commit
6eb1e29d
authored
May 31, 2021
by
Yan
Browse files
Added X axis annotations
parent
7749b36f
Changes
2
Show whitespace changes
Inline
Side-by-side
ercid_uncertshow_twice.py
View file @
6eb1e29d
...
...
@@ -175,6 +175,7 @@ for n, i in enumerate(energs.keys()):
yfit
=
boltzmann
(
xfit
,
*
parameters
[
0
])
plot
=
figure
.
add_subplot
(
grid
[
int
(
n
/
2
),
n
%
2
],
xlabel
=
"$Activation\ energy\ (AE)$"
,
ylabel
=
"$I_{frag}\ /\ \Sigma I$"
,
xlim
=
(
min
(
x
),
max
(
x
)),
ylim
=
(
-
0.1
,
1.1
))
plot
.
spines
[
'top'
].
set_visible
(
False
)
...
...
singleenerg_uncertshow.py
View file @
6eb1e29d
...
...
@@ -112,6 +112,7 @@ rsqrd = get_r_sqrd(boltzmann, x, y, parameters[0])
xfit
=
np
.
linspace
(
x
[
0
],
x
[
-
1
],
500
)
yfit
=
boltzmann
(
xfit
,
*
parameters
[
0
])
plot
=
figure
.
add_subplot
(
ylabel
=
"$I_{frag}\ /\ \Sigma I$"
,
xlabel
=
"$Activation\ energy\ (AE)$"
,
xlim
=
(
min
(
x
),
max
(
x
)),
ylim
=
(
-
0.1
,
1.1
))
plot
.
spines
[
'top'
].
set_visible
(
False
)
plot
.
spines
[
'right'
].
set_visible
(
False
)
...
...
Write
Preview
Supports
Markdown
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