Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tobias WEBER
in20tools_old
Commits
78406251
Commit
78406251
authored
Apr 01, 2019
by
Tobias WEBER
Browse files
cosmetic
parent
1cd11dc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/tascalc/cov.py
View file @
78406251
...
...
@@ -213,7 +213,7 @@ def plot_ellipses(file, Q4, Qmean, fwhms_QxE, rot_QxE, fwhms_QyE, rot_QyE, fwhms
fig
=
plot
.
figure
()
subplot_QxE
=
fig
.
add_subplot
(
221
)
subplot_QxE
.
set_xlabel
(
"Qpara (1/A)"
)
subplot_QxE
.
set_ylabel
(
"E (meV"
)
subplot_QxE
.
set_ylabel
(
"E (meV
)
"
)
if
len
(
Q4
.
shape
)
==
2
and
len
(
Q4
)
>
0
and
len
(
Q4
[
0
])
==
4
:
subplot_QxE
.
scatter
(
Q4
[:,
0
],
Q4
[:,
3
],
s
=
0.25
)
subplot_QxE
.
plot
(
ell_QxE
[
0
],
ell_QxE
[
1
],
c
=
"black"
)
...
...
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