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
07e78f6a
Commit
07e78f6a
authored
Jun 08, 2017
by
Somnath, Suhas
Browse files
replaced iterkeys with keys
parent
211a48ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/viz/plot_utils.py
View file @
07e78f6a
...
...
@@ -662,7 +662,7 @@ def plot_map_stack(map_stack, num_comps=9, stdevs=2, color_bar_mode=None, evenly
'share_all'
:
False
,
'aspect'
:
True
,
'label_mode'
:
'L'
}
for
key
in
igkwargs
.
iter
keys
():
for
key
in
igkwargs
.
keys
():
if
key
in
kwargs
:
igkwargs
.
update
({
key
:
kwargs
.
pop
(
key
)})
...
...
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