Revision: 3731
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3731&view=rev
Author: jouni
Date: 2007-08-22 23:58:10 -0700 (Wed, 22 Aug 2007)
Log Message:
---
Fix a buglet affecting getp: if a numpy object has shape==(),
you cannot take its length.
Modified Paths:
-
Revision: 3730
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3730&view=rev
Author: dsdale
Date: 2007-08-22 13:11:18 -0700 (Wed, 22 Aug 2007)
Log Message:
---
rcdefaults working with mplconfig
Modified Paths:
--
trunk/matplotlib/lib/matplotlib/config
Revision: 3729
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3729&view=rev
Author: mdboom
Date: 2007-08-22 12:38:08 -0700 (Wed, 22 Aug 2007)
Log Message:
---
Make rcParams.update(rcParamsDefault) when new traited config is
switched on.
Modified Paths:
-
Revision: 3728
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3728&view=rev
Author: dsdale
Date: 2007-08-22 11:43:13 -0700 (Wed, 22 Aug 2007)
Log Message:
---
add an update method to rcParamsWrapper
Modified Paths:
--
trunk/matplotlib/lib/matplotlib/