I try to use the font Linux Libertine to label my barplot. However, I get the following error when trying to save the graph:
In axis(if (horiz) 2 else 1, at = at.l, labels = names.arg, lty = axis.lty, :
font family 'Linux Libertine' not found in PostScript font database
My code looks as follows:
barplot(sort.new,las=2,beside=TRUE,cex.names=1.5,family = "Linux Libertine",legend.text=rownames(sort.new),args.legend = c(cex=1.5))
I tried to set the default font for labelling the axes but couldn't find out how to this.