SF.net SVN: matplotlib:[8457] trunk/matplotlib/src/_image.cpp

2010-06-23 Thread mdboom
Revision: 8457 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8457&view=rev Author: mdboom Date: 2010-06-23 14:18:05 + (Wed, 23 Jun 2010) Log Message: --- Do image clipping of images in doubles rather than ints -- prevents the "disappearing image when zooming in

SF.net SVN: matplotlib:[8458] trunk/matplotlib/src

2010-06-23 Thread mdboom
Revision: 8458 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8458&view=rev Author: mdboom Date: 2010-06-23 14:43:52 + (Wed, 23 Jun 2010) Log Message: --- Uses doubles for rectangle clipping everywhere in the Agg backend. Modified Paths: -- trunk

SF.net SVN: matplotlib:[8459] trunk/matplotlib/lib/matplotlib/tests/ test_simplification.py

2010-06-23 Thread mdboom
Revision: 8459 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8459&view=rev Author: mdboom Date: 2010-06-23 14:44:32 + (Wed, 23 Jun 2010) Log Message: --- Add unit test to ensure that rendering complexity exceeded exception is properly propagated to Python. Mod