|
From: Jouni K. S. <jk...@ik...> - 2009-04-27 16:11:59
|
Sandro Tosi <mo...@de...> 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, though: http://matplotlib.sourceforge.net/users/pyplot_tutorial.html#id2 -- Jouni K. Seppänen http://www.iki.fi/jks |