Re: [Tutor] inserting degrees symbol in plot title

2011-08-09 Thread Steve Willoughby
On 09-Aug-11 20:11, questions anon wrote: I am creating a number of plots of temperature in degrees celsius and I would like the title of the plot to have - C° UnicodeDecodeError: 'ascii' codec can't decode byte 0xb0 in position 19: ordinal not in range(128) Putting the Unicode character in

[Tutor] inserting degrees symbol in plot title

2011-08-09 Thread questions anon
I am creating a number of plots of temperature in degrees celsius and I would like the title of the plot to have - C° Through a search I found a way to print the symbol degree_symbol = unichr(176).encode("latin-1") print degree_symbol but when I add this to my plot title I receive a huge error (