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
ift
NIFTy
Commits
ee63db3a
Commit
ee63db3a
authored
Jan 15, 2019
by
Martin Reinecke
Browse files
revert multifrequency plotting for the moment
parent
83e6480c
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/plot.py
View file @
ee63db3a
...
...
@@ -274,7 +274,7 @@ def _plot2D(f, ax, **kwargs):
plt
.
axis
(
'off'
)
plt
.
imshow
(
res
,
vmin
=
kwargs
.
get
(
"zmin"
),
vmax
=
kwargs
.
get
(
"zmax"
),
cmap
=
cmap
,
origin
=
"lower"
)
plt
.
colorbar
(
orientation
=
"horizontal"
)
plt
.
colorbar
(
orientation
=
"horizontal"
)
return
raise
ValueError
(
"Field type not(yet) supported"
)
...
...
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