Oh OK, then you just want to pass some CSS style parameters when you call setLabel on either the
PlotItem or
AxisItem. What is not clear in the documentation is that the extra **args in PlotItem.setLabel get passed on to the AxisItem.setLabel, so you can use the same CSS styling parameters.
For example:
a_plotitem.setLabel("left", "temperature", color="#FF0000")