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