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
c993cc0a
Commit
c993cc0a
authored
Nov 28, 2019
by
virginiemarques
Browse files
fix bug fill
parent
78b75823
Changes
2
Hide whitespace changes
Inline
Side-by-side
copy_me/script5.R
View file @
c993cc0a
...
...
@@ -4,6 +4,7 @@ library(tidyverse)
library
(
emojifont
)
library
(
grid
)
library
(
ggpubr
)
devtools
::
install_github
(
"hadley/emo"
)
library
(
emo
)
# Load data
...
...
scripts/script5.R
View file @
c993cc0a
...
...
@@ -4,6 +4,7 @@ library(tidyverse)
library
(
emojifont
)
library
(
grid
)
library
(
ggpubr
)
devtools
::
install_github
(
"hadley/emo"
)
library
(
emo
)
# Load data
...
...
@@ -45,7 +46,7 @@ g1 <- ggplot(df,aes(x=bird_breed,y=n,fill=bird_breed))+
annotate
(
"text"
,
label
=
'Bird of the Year'
,
x
=
3
,
y
=
6000
,
size
=
10
,
fill
=
'#fffeea'
,
#
fill ='#fffeea',
colour
=
"white"
)
+
theme
(
plot.background
=
element_rect
(
color
=
'black'
,
fill
=
'black'
),
panel.background
=
element_rect
(
color
=
'black'
,
fill
=
'black'
),
...
...
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