Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
limbra
limbra
Commits
2524a79e
Commit
2524a79e
authored
Apr 30, 2021
by
LE GAC Renaud
Browse files
Update controller/graphs.citations to remove date autoformatter
parent
0028fb1c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
controllers/graphs.py
controllers/graphs.py
+6
-6
No files found.
controllers/graphs.py
View file @
2524a79e
...
...
@@ -40,12 +40,12 @@ def citations():
mplstyle
()
mpl
.
rcParams
[
'date.autoformatter.year'
]
=
'%Y'
mpl
.
rcParams
[
'date.autoformatter.month'
]
=
'%b'
mpl
.
rcParams
[
'date.autoformatter.day'
]
=
'%d %b'
mpl
.
rcParams
[
'date.autoformatter.hour'
]
=
'%b %d %H'
mpl
.
rcParams
[
'date.autoformatter.minute'
]
=
'%H:%M'
mpl
.
rcParams
[
'date.autoformatter.second'
]
=
'%H:%M:%S'
#
mpl.rcParams['date.autoformatter.year'] = '%Y'
#
mpl.rcParams['date.autoformatter.month'] = '%b
%Y
'
#
mpl.rcParams['date.autoformatter.day'] = '%d %b'
#
mpl.rcParams['date.autoformatter.hour'] = '%b %d %H'
#
mpl.rcParams['date.autoformatter.minute'] = '%H:%M'
#
mpl.rcParams['date.autoformatter.second'] = '%H:%M:%S'
pd
.
set_option
(
"display.width"
,
None
)
pd
.
set_option
(
"display.max_rows"
,
500
)
...
...
Write
Preview
Markdown
is supported
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