Re: [Matplotlib-users] help with a custom plot : chess board like table with colored cells

2012-04-17 Thread Sameer Grover
On Tuesday 17 April 2012 12:36 PM, Abhishek Pratap wrote: Hi Guys I am starting to render plots with matplotlib as I learn both python and this interesting plotting library. I need help with a custom plot for a problem I am working on. May be there is an inbuilt function already. Problem: I

Re: [Matplotlib-users] Multiprocessing and matplotlib

2010-11-01 Thread Sameer Grover
It's a backend issue:the code works with wxagg but not with gtkagg. On 1 November 2010 00:54, Sameer Grover wrote: > Can matplotlib be used in scripts with multiple processes, such as > when using the multiprocessing module? > > I had some difficulty getting code to work in whi

[Matplotlib-users] Multiprocessing and matplotlib

2010-10-31 Thread Sameer Grover
Can matplotlib be used in scripts with multiple processes, such as when using the multiprocessing module? I had some difficulty getting code to work in which I was carrying out some long computations and wanted to show intermediate results in a separate process so as not to interrupt the main comp