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
632e3966
Commit
632e3966
authored
Feb 01, 2018
by
saeed
Browse files
a bit more improvement on axis line width taylordiagram
parent
61e141a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
taylorDiagram.py
View file @
632e3966
...
...
@@ -44,8 +44,10 @@ def TaylorDiagram(RMSVEC, RMSDVEC, CORVEC,COLORVEC,LABELVEC, station, info):
########################################
ax
.
spines
[
'top'
].
set_visible
(
False
)
ax
.
spines
[
'right'
].
set_visible
(
False
)
#ax.set_xlim(0.0,X[-1]+4.0*delta)
#ax.set_ylim(0.0,Y[-1]+4.0*delta)
#ax.set_xlim(0.0,X[-1]+delta/200.0)
#ax.set_ylim(0.0,Y[-1]+delta/200.0)
for
axis
in
[
'bottom'
,
'left'
]:
ax
.
spines
[
axis
].
set_linewidth
(
0.5
)
ax
.
yaxis
.
set_ticks_position
(
'left'
)
ax
.
xaxis
.
set_ticks_position
(
'bottom'
)
############################################
...
...
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