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
Sebastian Heimann
lassie
Commits
bf589458
Commit
bf589458
authored
Jan 31, 2018
by
Sebastian Heimann
Browse files
fixed labeling on detection plots
parent
47608079
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plot.py
View file @
bf589458
...
@@ -138,13 +138,13 @@ def plot_detection(
...
@@ -138,13 +138,13 @@ def plot_detection(
if
grid
.
distance_max
()
>
km
:
if
grid
.
distance_max
()
>
km
:
dist_units
=
km
dist_units
=
km
axes
.
set_xlabel
(
'
X
[km]'
)
axes
.
set_xlabel
(
'
Easting
[km]'
)
axes
.
set_ylabel
(
'
Y
[km]'
)
axes
.
set_ylabel
(
'
Northing
[km]'
)
axes4
.
set_ylabel
(
'Distance [km]'
)
axes4
.
set_ylabel
(
'Distance [km]'
)
else
:
else
:
dist_units
=
1.0
dist_units
=
1.0
axes
.
set_xlabel
(
'
X
[m]'
)
axes
.
set_xlabel
(
'
Easting
[m]'
)
axes
.
set_ylabel
(
'
Y
[m]'
)
axes
.
set_ylabel
(
'
Northing
[m]'
)
axes4
.
set_ylabel
(
'Distance [m]'
)
axes4
.
set_ylabel
(
'Distance [m]'
)
axes
.
locator_params
(
nbins
=
6
,
tight
=
True
)
axes
.
locator_params
(
nbins
=
6
,
tight
=
True
)
...
...
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