Revision: 7866
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7866&view=rev
Author: astraw
Date: 2009-10-11 18:54:22 + (Sun, 11 Oct 2009)
Log Message:
---
allow already transformed clip path in artist set_clip_path()
Modified Paths:
--
branches/v
Revision: 7867
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7867&view=rev
Author: astraw
Date: 2009-10-11 18:55:18 + (Sun, 11 Oct 2009)
Log Message:
---
imshow: only apply axes patch clipping if image doesn't clip itself
Modified Paths:
--
bran
Revision: 7868
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7868&view=rev
Author: astraw
Date: 2009-10-11 19:03:14 + (Sun, 11 Oct 2009)
Log Message:
---
Merged revisions 7866-7867 via svnmerge from
https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/bran
Revision: 7869
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7869&view=rev
Author: astraw
Date: 2009-10-11 19:08:32 + (Sun, 11 Oct 2009)
Log Message:
---
testing: add test_axes.test_imshow()
Modified Paths:
--
trunk/matplotlib/lib/matplotlib/tes
Revision: 7870
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7870&view=rev
Author: astraw
Date: 2009-10-11 19:09:30 + (Sun, 11 Oct 2009)
Log Message:
---
testing: add test_imshow_clip() based on report by Gellule Xg
Modified Paths:
--
trunk/ma
Revision: 7871
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7871&view=rev
Author: astraw
Date: 2009-10-11 19:10:30 + (Sun, 11 Oct 2009)
Log Message:
---
testing: allow limiting of known failure to known exception class
Modified Paths:
--
trunk/
Revision: 7872
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7872&view=rev
Author: astraw
Date: 2009-10-11 19:11:16 + (Sun, 11 Oct 2009)
Log Message:
---
testing: raise errors that are not real known failures on image comparison
Modified Paths:
--
Revision: 7873
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7873&view=rev
Author: jouni
Date: 2009-10-12 05:41:42 + (Mon, 12 Oct 2009)
Log Message:
---
Raise ImageComparisonFailure instead of NotImplementedError if unable to
convert images
Modified Paths:
---