Skip to content
Back to formatted view

Raw Message

Message-ID: <68235daa0905300428s6a4ffbaiffd22faf1fbb3fcb@mail.gmail.com>
Date: 2009-05-30T11:28:06Z
From: Arnaldo Russo
Subject: Y label with bold superscript

Hi,

I`m trying to put my superscript type in bold style. Could somebody help me?

My text is inside a barplot.

#!/bin/R
barplot(x, ylab=expression(paste("org.", cm^-2)))

# so I tried this way,

barplot(x, ylab=expression(bold(paste("org.", cm^-2)))) # but my
superscript maintain its shape in regular font type.

Thank you all.