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
c7c10632
Commit
c7c10632
authored
Nov 28, 2019
by
smanel
Browse files
title
parent
864f4fd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/script_jb.R
View file @
c7c10632
...
...
@@ -66,7 +66,7 @@ votes_1_plot <- ggplot(top_votes_1, aes(x = bird_breed, y = total, fill = bird_b
axis.text.x
=
element_text
(
angle
=
90
,
hjust
=
1
),
legend.position
=
'none'
)
+
# STéphanie a change l'axe X
scale_y_continuous
(
expand
=
c
(
0
,
0
))
+
ggtitle
(
"
B
est ranked bird in New Zealand \n Data source: Rtidytuesday"
)
+
ggtitle
(
"
Super b
est ranked bird in New Zealand \n Data source: Rtidytuesday"
)
+
xlab
(
'Bird Breed'
)
+
ylab
(
'Number of Votes'
)
votes_1_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