Re: [Matplotlib-users] What is your matplotlib workflow?

2012-06-12 Thread Benjamin Root
On Tuesday, June 12, 2012, wiswit wrote: > > Hi, Thanks Fernando! I am using vim and I checked a little bit the tool and > it seems of great help! > I am not saying that we need something perfect. It's already great to have > these tools (ipython, matplotlib). Just imagine what's kind of feeling >

Re: [Matplotlib-users] Path.intersects_path returns 1 always

2012-06-12 Thread Eric Firing
On 06/12/2012 11:30 AM, Gustavo Goretkin wrote: > Hi, > > I'm using MPL 1.0.1 and am getting an unexpected result from using the > Path.intersects_path function. > > Here is the example: https://gist.github.com/2920237 > > There are three rectangles, two of which intersect. As such, I expect > some

[Matplotlib-users] Path.intersects_path returns 1 always

2012-06-12 Thread Gustavo Goretkin
Hi, I'm using MPL 1.0.1 and am getting an unexpected result from using the Path.intersects_path function. Here is the example: https://gist.github.com/2920237 There are three rectangles, two of which intersect. As such, I expect some of the calls to intersects_path to return not 1. Thanks, Gust

[Matplotlib-users] matplotlib 1.1.1rc2 available for testing

2012-06-12 Thread Nils Wagner
Hi all, Just curious. Is there a chance that the following ticket will be fixed before the forthcoming release. https://github.com/matplotlib/matplotlib/issues/917 Nils -- Live Security Virtual Conference Exclusive live

Re: [Matplotlib-users] trouble with Wt argument of matplotlib.mlab.PCA

2012-06-12 Thread Paul Hobson
On Mon, Jun 11, 2012 at 11:03 PM, Justin R wrote: > operating system Windows 7 > matplotlib version : 1.1.0 > obtained from sourceforge > > the class seems to generate the same Wt matrix for every input. The > every element of the weight matrix is either +sqrt(1/2) or -sqrt(1/2). > > dat1 = 4*np.r

[Matplotlib-users] how to set popup window always on top?

2012-06-12 Thread wiswit
Dear all, Is there a way that I can set the popup window that appears when I issue a plotting command always on top? cheers, Chao -- View this message in context: http://old.nabble.com/how-to-set-popup-window-always-on-top--tp34000345p34000345.html Sent from the matplotlib - users mailing li

Re: [Matplotlib-users] suppress plotting window

2012-06-12 Thread John Hunter
On Fri, Jun 8, 2012 at 3:36 AM, Maximilian Fabricius wrote: > it seems that whenever I plot something, a window opens. > > from matplotlib import pylab > import numpy > pylab.plot(numpy.random.normal(size=100)) > > Now, I have code that is supposed to produce diagnostic plots as PDFs. Only Before

[Matplotlib-users] path contains_point IndexError: Unexpected SeqBase length

2012-06-12 Thread Gustavo Goretkin
I think I'm experiencing a bug. Here is a minimum example: import matplotlib.patches as mpatches path = mpatches.Rectangle((0,0),width=1,height=1).get_path() print path.contains_point(point=(.5,.5)) it raises an IndexError: Unexpected SeqBase length. I think this is a problem in the contains_po

[Matplotlib-users] suppress plotting window

2012-06-12 Thread Maximilian Fabricius
Hi all, it seems that whenever I plot something, a window opens. from matplotlib import pylab import numpy pylab.plot(numpy.random.normal(size=100)) Now, I have code that is supposed to produce diagnostic plots as PDFs. Only when I pass a command line option the script should actually open a win

Re: [Matplotlib-users] What is your matplotlib workflow?

2012-06-12 Thread wiswit
Hi, Thanks Fernando! I am using vim and I checked a little bit the tool and it seems of great help! I am not saying that we need something perfect. It's already great to have these tools (ipython, matplotlib). Just imagine what's kind of feeling working within pure python shell... thanks for these

Re: [Matplotlib-users] Exception RuntimeError: 'sys.meta_path must be a list of import hooks

2012-06-12 Thread Neal Becker
Neal Becker wrote: > Any ideas what this is about? > > No traceback, just this message: > > Exception RuntimeError: 'sys.meta_path must be a list of import hooks' in > > ignored > Maybe I found it. I had an object managing my plot, which had a __del__ which called pdf.close(). Probably this

[Matplotlib-users] Exception RuntimeError: 'sys.meta_path must be a list of import hooks

2012-06-12 Thread Neal Becker
Any ideas what this is about? No traceback, just this message: Exception RuntimeError: 'sys.meta_path must be a list of import hooks' in > ignored -- Live Security Virtual Conference Exclusive live event will cover all