# blue title and y text label
grobsub <- grid.text(expression(bold(paste(CO["2"]," emissions"))),
x=0.1, y=1.02, vjust = -2.3, hjust = 0.6,
gp=gpar(col="#37B5C2", fontsize=13, fontface="bold",fontfamily=segoe_font))
grobsub2 <- grid.text("Tonnes m",
x=0, y=1, vjust = -2.3, hjust=0,
gp=gpar(col="#37B5C2", fontsize=13, fontfamily=segoe_font))
grobc4 <- grid.text("6",
x=0, y=1.01, vjust= 0, hjust= 0,
gp=gpar(col="#37B5C2", fontsize=13, fontfamily=segoe_font))
grobc1 <- grid.text("0",
x=0, y=0, vjust= -0.3, hjust= 0,
gp=gpar(col="#37B5C2", fontsize=13, fontfamily=segoe_font))
grobc2 <- grid.text("2",
x=0, y=0.35, vjust= 0, hjust= 0,
gp=gpar(col="#37B5C2", fontsize=13, fontfamily=segoe_font))
grobc3 <- grid.text("4",
x=0, y=0.69, vjust= 0, hjust= 0,
gp=gpar(col="#37B5C2", fontsize=13, fontfamily=segoe_font))
plot_area2 <- plot_area2+
annotation_custom(grobsub)+
annotation_custom(grobsub2)+
annotation_custom(grobc1)+
annotation_custom(grobc2)+
annotation_custom(grobc3)+
annotation_custom(grobc4)
# blue title and y text label
grobe1 <- grid.text("0",
x=1, y=0, vjust= -0.3, hjust= 1,
gp=gpar(col="#884B55", fontsize=13, fontfamily=segoe_font))
grobe2 <- grid.text("4",
x=1, y=0.35, vjust= 0, hjust= 1,
gp=gpar(col="#884B55", fontsize=13, fontfamily=segoe_font))
grobe3 <- grid.text("8",
x=1, y=0.69, vjust= 0, hjust= 1,
gp=gpar(col="#884B55", fontsize=13, fontfamily=segoe_font))
grobe4 <- grid.text("12",
x=1, y=1.01, vjust= 0, hjust= 1,
gp=gpar(col="#884B55", fontsize=13, fontfamily=segoe_font))