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 > > > 2009/7/21 John Hunte

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

2009-07-22 Thread Domenico Nappo
2009/7/21 John Hunter > > > I have the suspect that matplotlib windows support simply doesn't exist:) > > I'll try prepackaged windows distributions like EPD or Python(x,y) and > hope > > this will solve this issue... > > > I'm pretty sure they do not package mpl with the gtk backend, but > Chris

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

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

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

2009-07-21 Thread Domenico Nappo
Thanks for your reply, anyway. I've tried to change the backend to GTKAgg and now when I startt ipython -pylab I receive: Traceback (most recent call last): File "C:\Python25\scripts\ipython.py", line 28, in IPython.Shell.start().mainloop() File "C:\Python25\Lib\site-packages\IPython\Shell.p

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

2009-07-21 Thread Jae-Joon Lee
As the warning message indicates, I think this is a backend issue. The recommended backend (for screen display) is the Agg family, e.g., TkAgg, GTKAgg, etc. I rarely use Windows and I never used matplotlib on Windows, so there is not much I can help. I'm not sure which backend is available on Wind

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 binarie