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
692aaf52
Commit
692aaf52
authored
Nov 28, 2019
by
jbjuhel
Browse files
this is changes
parent
736d12fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/script_jb.R
View file @
692aaf52
...
...
@@ -57,7 +57,7 @@ str(top_votes)
# Plot first 8
votes_1_plot
<-
ggplot
(
top_votes_1
,
aes
(
x
=
bird_breed
,
y
=
total
,
fill
=
bird_breed
))
+
geom_bar
(
stat
=
'identity'
)
+
geom_bar
(
stat
=
'identity'
,
color
=
"black"
)
+
scale_fill_manual
(
values
=
my_palette
)
+
# done Emilie
theme
(
panel.grid.major
=
element_blank
(),
panel.grid.minor
=
element_blank
(),
...
...
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