Revision: 7051 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7051&view=rev Author: jdh2358 Date: 2009年04月17日 20:40:58 +0000 (2009年4月17日) Log Message: ----------- use 0 for default in rec join outer join if no default given Modified Paths: -------------- trunk/matplotlib/examples/misc/rec_join_demo.py Modified: trunk/matplotlib/examples/misc/rec_join_demo.py =================================================================== --- trunk/matplotlib/examples/misc/rec_join_demo.py 2009年04月17日 20:40:29 UTC (rev 7050) +++ trunk/matplotlib/examples/misc/rec_join_demo.py 2009年04月17日 20:40:58 UTC (rev 7051) @@ -19,7 +19,7 @@ print "r2:" print mlab.rec2txt(r2) -defaults = {'marker':-1, '_close':np.NaN, 'low':-4444.} +defaults = {'marker':-1, 'close':np.NaN, 'low':-4444.} for s in ('inner', 'outer', 'leftouter'): rec = mlab.rec_join(['date', 'high'], r1, r2, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.