Skip to content

Commit

Permalink
Fix typos in plots
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoOfPhysics committed Aug 10, 2016
1 parent 069f8be commit 999322a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ ggplot(dat, aes(x = previous_participation)) +
facet_wrap(~gender) +
ylab("Count") +
theme(axis.title.x=element_blank()) +
labs(title ="Have you previously participated in outreach activities?")
labs(title ="Have you previously participated in outreach activities?")
```

</section>
Expand Down Expand Up @@ -337,7 +337,7 @@ ggplot(funding_should_support, aes(x = value)) +
"5" = "5\nStrongly Agree")) +
ylab("Count") +
labs(title = "“Funding bodies should provide support for scientists \nto communicate their research to the non-specialist public.”")
labs(title = "“Funding bodies should provide support for scientists \nto communicate their research to the non-specialist public.”")
```

*… funding bodies should scientists help do outreach…*
Expand Down Expand Up @@ -1176,7 +1176,7 @@ ggplot(na.omit(job_satisfaction), aes(x = value)) +
x="120.93041"
y="43.304886"
style="text-align:center;text-anchor:middle"
id="tspan4304">from participating in outreach].”</tspan></text>
id="tspan4304">[from participating in outreach].”</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
Expand Down
Loading

0 comments on commit 999322a

Please sign in to comment.