Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alessio Berti
magic-cta-pipe
Commits
e58ee3da
Commit
e58ee3da
authored
Mar 10, 2020
by
Alessio Berti
Browse files
Commented use of 'presentation' pyplot style.
parent
2f9ad084
Changes
2
Hide whitespace changes
Inline
Side-by-side
train_classifier_rf.py
View file @
e58ee3da
...
...
@@ -283,7 +283,7 @@ for tel_id in tel_ids:
# === Plotting ===
# ================
pyplot
.
style
.
use
(
'presentation'
)
#
pyplot.style.use('presentation')
pyplot
.
figure
(
figsize
=
(
20
,
10
))
...
...
train_direction_rf.py
View file @
e58ee3da
...
...
@@ -303,7 +303,7 @@ for oi in range(len(offset_edges) - 1):
# ================
pyplot
.
figure
(
figsize
=
(
12
,
12
))
pyplot
.
style
.
use
(
'presentation'
)
#
pyplot.style.use('presentation')
pyplot
.
xlabel
(
r
'$\theta^2$, deg$^2$'
)
...
...
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