[Matplotlib-users] line properties

2009-04-27 Thread Bala subramanian
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’ , \ . .

Re: [Matplotlib-users] line properties

2009-04-27 Thread Sandro Tosi
Hi Bala, On Mon, Apr 27, 2009 at 15:25, Bala subramanian bala.biophys...@gmail.com 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

Re: [Matplotlib-users] line properties

2009-04-27 Thread Jouni K . Seppänen
Sandro Tosi mo...@debian.org 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

Re: [Matplotlib-users] line properties

2009-04-27 Thread Sandro Tosi
On Mon, Apr 27, 2009 at 18:11, Jouni K. Seppänen j...@iki.fi wrote: Sandro Tosi mo...@debian.org 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

Re: [Matplotlib-users] line properties

2009-04-27 Thread John Hunter
On Mon, Apr 27, 2009 at 11:24 AM, Sandro Tosi mo...@debian.org wrote: On Mon, Apr 27, 2009 at 18:11, Jouni K. Seppänen j...@iki.fi wrote: Sandro Tosi mo...@debian.org 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