Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LIVVkit
lex
Commits
eb17b655
Commit
eb17b655
authored
Apr 25, 2018
by
Kennedy, Joseph H
Browse files
Simplify some mathtext
parent
88f1ee1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
energy/energy/timeseries_qice_gt.py
View file @
eb17b655
...
...
@@ -66,7 +66,7 @@ def make_plot(config, out_path='.'):
ax
.
set_xlim
(
1851
,
2013
)
ax
.
xaxis
.
set_ticks
(
np
.
arange
(
1851
,
2013
,
26
))
ax
.
set_xticklabels
([
'1851'
,
'1877'
,
'1903'
,
'1929'
,
'1955'
,
'1981'
,
'2006'
])
ax
.
set_ylabel
(
'Surface mass balance (
$
Gt
$ $a
^{-1}$)'
,
fontsize
=
14
)
ax
.
set_ylabel
(
'Surface mass balance (Gt
a$
^{-1}$)'
,
fontsize
=
14
)
ax
.
set_xlabel
(
'time'
,
fontsize
=
14
)
...
...
@@ -100,7 +100,7 @@ def make_plot(config, out_path='.'):
ln
[
'fliers'
][
1
].
set_markeredgecolor
(
'C1'
)
ax
.
set_xticklabels
([
'CESM'
,
'RACMO 2.3'
])
ax
.
set_ylabel
(
'Surface mass balance (
$
Gt
$ $a
^{-1}$)'
,
fontsize
=
14
)
ax
.
set_ylabel
(
'Surface mass balance (Gt
a$
^{-1}$)'
,
fontsize
=
14
)
ax
.
set_ylim
(
-
50
,
750
)
ax
.
grid
(
False
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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