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
3348cfc4
Commit
3348cfc4
authored
Feb 12, 2018
by
Martin Reinecke
Browse files
fix bug, spotted by parras
parent
cf653bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty4/plotting/plot.py
View file @
3348cfc4
...
...
@@ -97,7 +97,7 @@ def _limit_xy(**kwargs):
x1
=
_get_kw
(
"xmin"
,
x1
,
**
kwargs
)
x2
=
_get_kw
(
"xmax"
,
x2
,
**
kwargs
)
y1
=
_get_kw
(
"ymin"
,
y1
,
**
kwargs
)
y2
=
_get_kw
(
"
x
max"
,
y2
,
**
kwargs
)
y2
=
_get_kw
(
"
y
max"
,
y2
,
**
kwargs
)
plt
.
axis
((
x1
,
x2
,
y1
,
y2
))
...
...
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