Re: [Matplotlib-users] Fwd: regarding changing line properties while plotting in python using matpolib libraries

2007-05-17 Thread Muhammad Ali
> what is the syntax for this line in matlab, h=line([x1,x2],[y1,y2]) in > python?. plot([x1, x2], [y1, y2]) Ali. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and ta

Re: [Matplotlib-users] matplotlib import pylab problem (/usr/lib/libgdk-x11-2.0.so.0: undefined symbol: cairo_xlib_surface_create_for_bitmap)

2007-05-17 Thread Muhammad Ali
Ok, the problem is solved now. It seems that the problem was indeed that I had different versions of python's dependencies (libcairo and libpango) in the /usr/local/lib directory. Deleting those files from there solves the problem. Thanks, Ali. On 5/17/07, Muhammad Ali <[EMAIL PROTECTED

[Matplotlib-users] matplotlib import pylab problem (/usr/lib/libgdk-x11-2.0.so.0: undefined symbol: cairo_xlib_surface_create_for_bitmap)

2007-05-17 Thread Muhammad Ali
Hi, I have matplotlib installed and it runs properly. However, I also want to use pysqlite, and it seems that the only way to use pysqlite on my system is to first set LD_LIBRARY_PATH to /usr/loca/lib. But if I do this, then I am no longer able to make matplotlib work. Here is the traceback: $ ex