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
6eac50d6
Commit
6eac50d6
authored
Jan 28, 2018
by
saeed
Browse files
more cleaning in sshval.py
parent
0189f199
Changes
1
Hide whitespace changes
Inline
Side-by-side
sshval.py
View file @
6eac50d6
...
...
@@ -186,12 +186,7 @@ def main():
plt
.
savefig
(
"ssh"
+
station
+
'.png'
,
bbox_inches
=
'tight'
,
dpi
=
300
,
facecolor
=
'w'
,
edgecolor
=
'w'
,
orientation
=
'portrait'
)
plt
.
close
(
1
)
print
ccolor
[
1
:]
print
clegend
[
1
:]
print
cor
[:]
print
ccolor
[:]
print
clegend
[
1
:]
TaylorDiagram
(
RMSVEC
=
rms
,
CORVEC
=
cor
,
COLORVEC
=
ccolor
,
LABELVEC
=
clegend
,
station
=
station
,
info
=
startdate
+
"-"
+
enddate
)
if
__name__
==
"__main__"
:
...
...
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