Re: [Matplotlib-users] data grid problem

2012-10-11 Thread Damon McDougall
On Thu, Oct 11, 2012 at 1:52 PM, Benjamin Root wrote: > > > On Thursday, October 11, 2012, Damon McDougall wrote: >> >> On Wed, Oct 10, 2012 at 3:55 PM, Benjamin Root wrote: >> > >> > >> > On Wed, Oct 10, 2012 at 9:40 AM, rand0m wrote: >> >> >> >> Hello, >> >> >> >> I'm new to matplotlib and I h

Re: [Matplotlib-users] data grid problem

2012-10-11 Thread Benjamin Root
On Thursday, October 11, 2012, Damon McDougall wrote: > On Wed, Oct 10, 2012 at 3:55 PM, Benjamin Root > > wrote: > > > > > > On Wed, Oct 10, 2012 at 9:40 AM, rand0m > > wrote: > >> > >> Hello, > >> > >> I'm new to matplotlib and I hope you can help me out with my question. > >> When drawing for e

Re: [Matplotlib-users] data grid problem

2012-10-11 Thread Damon McDougall
On Wed, Oct 10, 2012 at 3:55 PM, Benjamin Root wrote: > > > On Wed, Oct 10, 2012 at 9:40 AM, rand0m wrote: >> >> Hello, >> >> I'm new to matplotlib and I hope you can help me out with my question. >> When drawing for example a Rectangle() I have to specify it like the >> following: >> rect = Rect

Re: [Matplotlib-users] data grid problem

2012-10-10 Thread Benjamin Root
On Wed, Oct 10, 2012 at 9:40 AM, rand0m wrote: > Hello, > > I'm new to matplotlib and I hope you can help me out with my question. > When drawing for example a Rectangle() I have to specify it like the > following: > rect = Rectangle((1, 3), 2, 20, facecolor="#aa") > > Where 2 is the length a

[Matplotlib-users] data grid problem

2012-10-10 Thread rand0m
Hello, I'm new to matplotlib and I hope you can help me out with my question. When drawing for example a Rectangle() I have to specify it like the following: rect = Rectangle((1, 3), 2, 20, facecolor="#aa") Where 2 is the length and 20 is the height. (1,3) is for xy. Imagine a coordination s