Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
kis_tools
Commits
1586497c
Commit
1586497c
authored
Jun 03, 2020
by
Carl Schaffer
Browse files
fixing date for location plot
parent
2bbb9fa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
kis_tools/gris/GrisRun.py
View file @
1586497c
...
...
@@ -650,7 +650,8 @@ class GrisRun(object):
def
plot_location
(
self
):
coords
=
self
.
calculate_bounding_box
()
fig
,
ax
=
make_loc_plot
(
coords
[:
2
],
coords
[
2
:],
self
.
date
,
uncertainties
=
self
.
spatial_uncertainties
)
date
=
min
(
self
.
query
(
"obs_time"
))
fig
,
ax
=
make_loc_plot
(
coords
[:
2
],
coords
[
2
:],
date
,
uncertainties
=
self
.
spatial_uncertainties
)
plt
.
ion
()
plt
.
show
()
return
fig
,
ax
...
...
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