Re: [Matplotlib-users] dates for x-axis

2012-04-17 Thread questions anon
I am not exactly sure how to use datetime objects instead of strings. This is the code I am working with at the moment and the code works except for the dates, they are just weird numbers along the x-axis. Any help will be greatly appreciated. import numpy as np import matplotlib.pyplot as plt fro

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 us

[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: h

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 wrote: > 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 worki

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 wrote: > On Monday, 16 April 2012 at 16:34, Kacper Kowalik wrote: > > > On 16 Apr 2012 22:31, "Damon McDougall" wrote: > > > > Hi Kacper, > > > > Just to be clear, is it tri.Triangulation(x, y) that hangs, or is it > plt.tricontour(…)? > > It's plt.tricont

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

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