Skip to content
Snippets Groups Projects
Commit d52fdc15 authored by Ben Anderson's avatar Ben Anderson
Browse files

fixed legend title

parent fd9886dd
No related branches found
No related tags found
No related merge requests found
...@@ -517,6 +517,7 @@ ggplot2::ggplot(plotDT) + ...@@ -517,6 +517,7 @@ ggplot2::ggplot(plotDT) +
geom_point(aes(x = heatSourceGas, y = ipf_Gas, colour = "Gas")) + geom_point(aes(x = heatSourceGas, y = ipf_Gas, colour = "Gas")) +
geom_point(aes(x = heatSourceWood, y = ipf_Wood, colour = "Wood")) + geom_point(aes(x = heatSourceWood, y = ipf_Wood, colour = "Wood")) +
geom_point(aes(x = heatSourceOther, y = ipf_Other, colour = "Other")) + geom_point(aes(x = heatSourceOther, y = ipf_Other, colour = "Other")) +
scale_colour_discrete(name = "Main heating fuel") +
labs(x = "Census count", labs(x = "Census count",
y = "IPF (weighted) count", y = "IPF (weighted) count",
caption = paste0(myCaption, "\nNote: Coal not shown as no GREEN Grid households used coal")) + caption = paste0(myCaption, "\nNote: Coal not shown as no GREEN Grid households used coal")) +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment