Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
courses
workshop_git
Commits
b2648ec7
Commit
b2648ec7
authored
Nov 28, 2019
by
jbjuhel
Browse files
fix police font script script 2
parent
31e21426
Changes
1
Hide whitespace changes
Inline
Side-by-side
copy_me/script2.R
View file @
b2648ec7
...
...
@@ -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
...
...
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