On Mon, Apr 27, 2009 at 11:24 AM, Sandro Tosi wrote:
> On Mon, Apr 27, 2009 at 18:11, Jouni K. Seppänen wrote:
> > Sandro Tosi writes:
> >> I think there's some sort of typo there, since it's setp
> >
> > Yes, it used to be set but then Python added the set data type with the
> > same name, so
On Mon, Apr 27, 2009 at 18:11, Jouni K. Seppänen wrote:
> Sandro Tosi writes:
>> I think there's some sort of typo there, since it's setp
>
> Yes, it used to be set but then Python added the set data type with the
> same name, so references to the old name could remain in some
> documentation. Th
Sandro Tosi writes:
> I think there's some sort of typo there, since it's setp
Yes, it used to be set but then Python added the set data type with the
same name, so references to the old name could remain in some
documentation. This seems to be fixed in the current version of the
tutorial, thoug
Hi Bala,
On Mon, Apr 27, 2009 at 15:25, Bala subramanian
wrote:
> Friends,
> I am going through John Hunter's The Matplotlib User’s Guide. In the user
> guide, one of the three ways of changing the line properties is given as
> follows
>
> Using set to control line properties
l i n e s = p l
Friends,
I am going through John Hunter's The Matplotlib User’s Guide. In the user
guide, one of the three ways of changing the line properties is given as
follows
Using set to control line properties
>>> l i n e s = p l o t ( t , s1 )
>>> s e t ( l i n e s , ma r k e r s i z e =15 , marker=’d’ ,