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
Vasudevan, Rama K
pycroscopy
Commits
5953c690
Commit
5953c690
authored
Jun 08, 2017
by
Somnath, Suhas
Committed by
unknown
Jun 13, 2017
Browse files
replaced iterkeys with keys
parent
61cbab6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/viz/plot_utils.py
View file @
5953c690
...
...
@@ -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
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