Hi Ryo - the following produces tha label you want using the Ferret font indexical_math:
yes? ppl xfor,(i5,''@im09'')
For some reason the XFOR specification expects a 5-digit numerical value.
Thus the following also works for fractional degree labels, noting that however your email tool interprets the quotes, these are => 2 single quotes on each side of the symbol specification:
yes? ppl xfor,(f5.1,''@im09'')
For the data I tested, this produces labels like "150.0°".
It appears that any ferret font character can be used. E.g.
yes? ppl xfor,(f5.1,''@im62'') ! writes an ampersand after the number.
Billy