Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
saeed
SSHC
Commits
257c994f
Commit
257c994f
authored
Jan 22, 2018
by
saeed
Browse files
legend was improved
parent
8ea4619f
Changes
1
Hide whitespace changes
Inline
Side-by-side
sshval.py
View file @
257c994f
...
...
@@ -161,7 +161,7 @@ def main():
for
im
in
range
(
len
(
vssh
)):
ax
.
plot
(
vssh
[
im
],
cstyle
[
im
],
lw
=
0.75
)
ax
.
legend
(
clegend
,
loc
=
"best"
)
ax
.
legend
(
clegend
,
numpoints
=
1
,
prop
=
dict
(
size
=
'small'
),
loc
=
"best"
)
ax
.
grid
()
ax
.
set_title
(
station
,
fontsize
=
"30"
)
ax
.
xaxis
.
set_ticks
(
itick
[::
tickint
])
...
...
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