> 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
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
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