Fix unicode string in declination plot
Fixes #109 (closed) The problem was a unicode string being passed to the six.u function. Solution was to just use six.unichr() to get the right symbol.
Fixes #109 (closed) The problem was a unicode string being passed to the six.u function. Solution was to just use six.unichr() to get the right symbol.