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

2012-04-17 Thread Abhishek Pratap
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 am trying to draw a table(rectangle) as a plot with 96

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:

Re: [Matplotlib-users] [matplotlib-devel] Bug in Triangulation causes infinite loop if 4 or more duplicate points are used in tricontour()

2012-04-17 Thread Ian Thomas
On 16 April 2012 23:36, Damon McDougall d.mcdoug...@warwick.ac.uk wrote: On Monday, 16 April 2012 at 16:34, Kacper Kowalik wrote: On 16 Apr 2012 22:31, Damon McDougall d.mcdoug...@warwick.ac.uk wrote: Hi Kacper, Just to be clear, is it tri.Triangulation(x, y) that hangs, or is it

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

2012-04-17 Thread Benjamin Root
On Tue, Apr 17, 2012 at 3:16 AM, Sameer Grover sameer.grove...@gmail.comwrote: 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

[Matplotlib-users] All of the PyData videos are now up at the Marakana site

2012-04-17 Thread Fernando Perez
Hi folks, A number of you expressed interest in attending the PyData workshop last month and unfortunately we had very tight space restrictions. But thanks to the team at Marakana, who pitched in and were willing to film, edit and post videos for many of the talks, you can access them all here:

Re: [Matplotlib-users] FancyArrowPatch -| style doesn't have solid arrowhead when linestyle='dashed'

2012-04-17 Thread Jason Grout
On 4/15/12 10:12 AM, Jae-Joon Lee wrote: Unfortunately, this is something that I haven't considered when implementing the FancyArrowPatch. As you may know, FancyArrowPatch is a single patch object (at least viewed from outside), so you cannot have multiple linestyles that can be set by users.