Re: [Matplotlib-users] X axis layout differences between matplotlib 0.98.5.2 and 0.98.3

2009-06-19 Thread Jae-Joon Lee
Hi, You can try to manually adjust x-limits. plt.xlim(dateList[0], dateList[-1]) However, manual adjustments will become a bit more difficult as your plot gets more complex. Well, I think the best way is to install a newer version of mpl on your ubuntu 8.10 if possible. -JJ On Thu, Jun 18, 20

Re: [Matplotlib-users] X axis layout differences between matplotlib 0.98.5.2 and 0.98.3

2009-06-19 Thread Dave Coutts
Hi All Just wondering if anybody could give me some pointers on the problem I have described below ? For those that getting redirected to the freehostia main page for what ever reason, please try this link. http://waka.freehostia.com/python/ Thanks Hi > > I am developing on a Desktop install U

[Matplotlib-users] Qt4 backend question

2009-06-19 Thread Gert-Jan
Hey there, In the application I'm building, I'm using Python 2.5 to place a toolbar from Matplotlib 0.98.5.2 in a Qt 4 environment. Now I'd like to modify the toolbar to suit our needs. So, I've done the following: > from PyQt4 import QtGui > from matplotlib.backends.backend_qt4 import Navigat