Skip to content
Prev 302858 / 398503 Next

Add interpunct (dot) symbol to axis label?

On 12-08-08 9:21 PM, Hillary Ward wrote:
The interpunct symbol is \u00b7 in Unicode.  You could try that, i.e.

y_label = expression(paste(plain('CPUE
'),plain('(fish'),plain('\u00b7'),plain('h'^{-1}),plain(')')))

It might not work if your graphics device doesn't support Unicode.

Duncan Murdoch