Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
courses
workshop_git
Commits
ffc8d1fa
Unverified
Commit
ffc8d1fa
authored
Nov 28, 2019
by
peguerin
Committed by
GitHub
Nov 28, 2019
Browse files
Merge pull request #1 from ednaMontpellier/fix_script2
Fix police in plot script2
parents
fce3f8ad
b2648ec7
Changes
2
Hide whitespace changes
Inline
Side-by-side
copy_me/script2.R
View file @
ffc8d1fa
...
...
@@ -36,16 +36,16 @@ all_votes %>%
theme
(
legend.position
=
"none"
,
plot.background
=
element_rect
(
fill
=
"black"
,
color
=
NA
),
axis.text.y
=
element_text
(
family
=
"IBM Plex Sans"
,
size
=
5
,
color
=
"grey95"
),
axis.text.x
=
element_text
(
family
=
"IBM Plex Mono"
,
size
=
6
,
color
=
"white"
),
axis.text.y
=
element_text
(
size
=
5
,
color
=
"grey95"
),
axis.text.x
=
element_text
(
size
=
6
,
color
=
"white"
),
axis.title
=
element_blank
(),
panel.grid.major.y
=
element_blank
(),
panel.grid.major.x
=
element_line
(
color
=
"grey30"
,
size
=
0.3
),
panel.grid.minor.x
=
element_line
(
color
=
"grey20"
),
plot.margin
=
margin
(
20
,
20
,
20
,
20
),
plot.title
=
element_text
(
family
=
"IBM Plex Sans Bold"
,
size
=
11
,
color
=
"white"
,
margin
=
margin
(
0
,
0
,
0
,
0
)),
plot.subtitle
=
element_text
(
family
=
"IBM Plex Sans"
,
size
=
8
,
color
=
"white"
,
margin
=
margin
(
2
,
0
,
10
,
0
)),
plot.caption
=
element_text
(
family
=
"IBM Plex Sans"
,
size
=
5
,
color
=
"grey50"
,
margin
=
margin
(
10
,
0
,
0
,
0
))
plot.title
=
element_text
(
size
=
11
,
color
=
"white"
,
margin
=
margin
(
0
,
0
,
0
,
0
)),
plot.subtitle
=
element_text
(
size
=
8
,
color
=
"white"
,
margin
=
margin
(
2
,
0
,
10
,
0
)),
plot.caption
=
element_text
(
size
=
5
,
color
=
"grey50"
,
margin
=
margin
(
10
,
0
,
0
,
0
))
)
# Save
...
...
expected_plots/script1_correction.png
View replaced file @
fce3f8ad
View file @
ffc8d1fa
230 KB
|
W:
|
H:
5.49 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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