Eric Firing wrote: > One more miscellaneous thought: perhaps spy and spy2 should be > consolidated into a single function with a kwarg to select the marker > version or the image version? Their purpose is identical (isn't it?), > and it would reduce namespace clutter.
one more thing here: usually (e.g. in Matlab) the y axis is reversed, so that one sees the sparsity pattern in the same position as one would see on paper when writing down the corresponding system of linear equations. (I use my own spy, with ax.set_ylim( ax.get_ylim()[::-1] ) for this purpose.) just my 2 cents, in case of the consolidation, r. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users