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
77c3bf61
Commit
77c3bf61
authored
Nov 28, 2019
by
Laetitia MATHON
Browse files
fix script4
parent
6689a16c
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/script4.R
View file @
77c3bf61
...
...
@@ -72,7 +72,9 @@ plot <- ggplot(bird_sets, aes(x = x, id = id, split = y, value = n)) +
scale_x_discrete
(
labels
=
c
(
"First Vote"
,
"Second Vote"
,
"Third Vote"
,
"Fourth Vote"
,
"Fifth Vote"
))
+
theme_jk
()
+
theme
(
panel.background
=
element_rect
(
fill
=
"gray14"
,
colour
=
"gray14"
))
colour
=
"gray14"
),
panel.grid.major
=
element_blank
(),
panel.grid.minor
=
element_blank
())
plot
...
...
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