Re: [Matplotlib-users] Bar chart corruption when plotting multiple subplots in MATPLOTLIB

2013-01-08 Thread p.bingham
Hi Ben and thanks for the reply The matplotlib stuff above is an optional extra to an application that I've created. I don't want the users to have to install the matplotlib package unless they have to. The only way I could figure of achieving this is to import within the class scope. They are

[Matplotlib-users] mathtext and fonts under Windows 8

2013-01-08 Thread CAB
Hi, All, I am encountering a thorny problem when trying to run matplotlib under Windows 8.  If I label an axis using a command like ax.set_ylabel(r'time (s)', name='Arial'), all is well.  But if  try to add mathtext to that, as in ax.set_ylabel(r'time ($s$)', name='Arial'), mathtext.py