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
courses
workshop_git
Commits
736d12fb
Commit
736d12fb
authored
Nov 28, 2019
by
smanel
Browse files
axe 90
parent
97771228
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/script_jb.R
View file @
736d12fb
...
...
@@ -62,8 +62,8 @@ votes_1_plot <- ggplot(top_votes_1, aes(x = bird_breed, y = total, fill = bird_b
theme
(
panel.grid.major
=
element_blank
(),
panel.grid.minor
=
element_blank
(),
axis.line
=
element_line
(
colour
=
'black'
),
axis.text.x
=
element_text
(
angle
=
0
,
hjust
=
1
),
legend.position
=
'none'
)
+
axis.text.x
=
element_text
(
angle
=
9
0
,
hjust
=
1
),
legend.position
=
'none'
)
+
# STéphanie a change l'axe X
scale_y_continuous
(
expand
=
c
(
0
,
0
))
+
ggtitle
(
'Best ranked bird in New Zealand'
)
+
xlab
(
'Bird Breed'
)
+
...
...
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