Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
15f22172
Commit
15f22172
authored
Jul 02, 2020
by
ssomnath
Browse files
Plotting spec_inds
parent
df5fe773
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/io/translators/df_utils/be_utils.py
View file @
15f22172
...
...
@@ -834,6 +834,11 @@ def createSpecVals(udvs_mat, spec_inds, bin_freqs, bin_wfm_type, parm_dict,
for
ud_row
in
udvs_mat
:
print
(
'
\t\t
'
.
join
([
'{:04.2f}'
.
format
(
item
)
for
item
in
ud_row
]))
fig
,
axes
=
plt
.
subplots
(
nrows
=
2
,
figsize
=
(
10
,
5
))
for
ind
,
axis
in
enumerate
(
axes
.
flat
):
axis
.
plot
(
spec_inds
[
ind
,
:])
axis
.
set_title
(
'spec_inds[{}]'
.
format
(
ind
))
# Copy even step values of DC_offset into odd steps
UDVS
=
np
.
copy
(
udvs_mat
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment