Re: [Matplotlib-users] trouble importing pylab using cgi script

2007-07-22 Thread JJ
Sorry to bother -- The answer to my question was at: http://www.scipy.org/Cookbook/Matplotlib/Using_MatPlotLib_in_a_CGI_script John --- JJ <[EMAIL PROTECTED]> wrote: > Hello all: > I am developing a website, initially on my local > machine using the apache httpd server. My linux

[Matplotlib-users] trouble importing pylab using cgi script

2007-07-22 Thread JJ
Hello all: I am developing a website, initially on my local machine using the apache httpd server. My linux box has scipy/numpy/pylab installed, and they work fine from a terminal. However, I need to use the programs in a cgi script and am having problems getting them to import. When I try to im

[Matplotlib-users] additions to lasso_demo.py

2007-02-05 Thread JJ
Hello. In case it is of use to anyone, here is a revised lasso_demo.py that draws a polygon around selected points, deletes points with a click of the middle mouse button, and adds points with a right click. Thanks John H for the help getting started. I am just learning and do have a couple of q

[Matplotlib-users] lasso demo

2007-02-04 Thread JJ
Hello. I am new at matplotlib and am trying to modify the lasso demo so that a line is drawn aound the polygon made of selected points, and so that this polygon area is shaded. Ive added the following code to the callback function but receive the error: CXX : Error creating object of type N2Py7Seq