Re: [Matplotlib-users] Problems with autofmt_xdate()

2009-07-22 Thread Domenico Nappo
Hi there, I've upgraded to python 2.6, install all packages I need for that version (using matplotlib windows installer with gtk support found here: http://www.lfd.uci.edu/~gohlke/#pythonlibs ) and now everything seems to be ok. Thanks again. 2009/7/22 Domenico Nappo domenico.na...@gmail.com

Re: [Matplotlib-users] Problems with autofmt_xdate()

2009-07-21 Thread John Hunter
On Tue, Jul 21, 2009 at 10:51 AM, Domenico Nappodomenico.na...@gmail.com wrote: C:\Python25\Lib\site-packages\matplotlib\backends\backend_gtkagg.py, line 14, in module   from matplotlib.backends._gtkagg import agg_to_gtk_drawable ImportError: No module named _gtkagg I have the suspect that

Re: [Matplotlib-users] Problems with autofmt_xdate()

2009-07-17 Thread Jae-Joon Lee
Please post a simple, standalone script that reproduces your problem, so that we can track down what is causing the problem. I don't think there has been any report of a similar issue (but not sure). As far as I know, autofmt_xdata only adjusts the alignment and rotation of the ticklabels and does

[Matplotlib-users] Problems with autofmt_xdate()

2009-07-16 Thread Domenico Nappo
Whenever I try to use autofmt_xdate() on a Figure(), dates on x axis disappear...I guess this is related with something concerning font management... Anyone experienced this kind of issues? I use most recent versions of matplotlib, numpy, gtk2, pygtk on a Python 2.5 platform (installed via