From: Neal B. <ndb...@gm...> - 2015-07-06 13:15:54
|
Christian Alis wrote: > Have you tried making the string unicode? > > ax.set_xlabel (u' ') > > ------------------------------------------------------------------------------ Oh, thanks. That works now on py2 and py3. |