Robert Cimrman wrote:
> 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.

Good, I was thinking exactly the same thing, so I will take care of that.

Eric


-------------------------------------------------------------------------
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

Reply via email to