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
finesse
pykat
Commits
c56b35f6
Commit
c56b35f6
authored
May 24, 2015
by
Sean Leavey
Browse files
Plot bugfix in oscar.py
parent
c6252746
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/oscar.py
View file @
c56b35f6
...
...
@@ -327,8 +327,8 @@ class field(object):
xaxis_min
=
self
.
grid
.
xaxis
.
min
()
xaxis_max
=
self
.
grid
.
xaxis
.
max
()
yaxis_min
=
self
.
grid
.
x
axis
.
min
()
yaxis_max
=
self
.
grid
.
x
axis
.
max
()
yaxis_min
=
self
.
grid
.
y
axis
.
min
()
yaxis_max
=
self
.
grid
.
y
axis
.
max
()
ax
.
set_xlim
(
xaxis_min
,
xaxis_max
)
ax
.
set_ylim
(
yaxis_min
,
yaxis_max
)
...
...
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