[Matplotlib-users] Cambio de dirección de correo / Email address change

2009-12-19 Thread Ángela Rivera Campos
Estaré ausente de la oficina desde el Vie 18/12/2009 y no volveré hasta el Mar 24/08/2010 . Ésta es una respuesta automática para avisar del cambio de correo electrónico. A partir de ahora todos los correos deben ser remitidos a angela.riv...@insa.es en lugar de a esta dirección de correo. Lame

Re: [Matplotlib-users] Storing matplotlib figure's image data straightway to SQL Server

2009-12-19 Thread Panagiotis Kontaxis
Thank you very much for your answer! I post the full solution to anyone else maybe need it: try: conn = psycopg2.connect("dbname='...' user='...' host='127.0.0.1' password=''"); except: print "I am unable to connect to the database" curs = conn.cursor() code to create i

Re: [Matplotlib-users] Line update: set_data vs recache issue

2009-12-19 Thread Jae-Joon Lee
I just filed a bug related with this. https://sourceforge.net/tracker/?func=detail&aid=2917758&group_id=80706&atid=560720 I think the possible solution could be 1) we keep the copied version of the input data as a cache, and provide a api to access the cache. 2) Or forsce set_[x|y]data to alw

Re: [Matplotlib-users] clabel( CS, manual=True ) / ginput_manual_clabel.py - broken?

2009-12-19 Thread Jae-Joon Lee
I can reproduce this bug with the current svn. Matthias, can you file a bug on this in the issue tracker? I think the bug is related with the changes made back in august. http://old.nabble.com/ginput-default-mouse-configuration-td24924861.html Attached is a quick fix, so please test it. I didn'

Re: [Matplotlib-users] Storing matplotlib figure's image data straightway to SQL Server

2009-12-19 Thread Jae-Joon Lee
On Fri, Dec 18, 2009 at 3:06 AM, Panagiotis Kontaxis wrote: > I found only the figure.savefig() function that saves figure's image only as > a filename in the filesystem and not in a local variable. http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.savefig savefig can take