|
Loading...
|
matplotlib-users@lists.sourceforge.net
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Matplotlib-users] Ploting a sparse matrix with imshow Jeff Whitaker Sun Feb 19 15:00:50 2012
On 2/19/12 1:18 PM, Jose Guzman wrote:
Dear matplotlib users,I am trying to plot a nxn symetric matrix containing zeros (in white) and ones (in black). Quite simple, I guessed. For that I use imshow as follows:>>> imshow(W, cmap=cm.binary) # W is a Numpy Array with shape (100,100)However, this does not work the way i would like (the ones appear very blur). I would need the correct representation of a grid where the possition 0,0 is simply the entry W[0,0] of my array.There should be an easy way to plot this matrix, bu I cannot figure it out.Thanks for your help in advance. Jose
Jose: I think you need to add interpolation='nearest' to get rid of the blurriness.
-Jeff
------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________ Matplotlib-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
- [Matplotlib-users] Ploting a sparse matrix with imshow Jose Guzman 2012/02/19
- Re: [Matplotlib-users] Ploting a sparse matrix with imshow Eric Firing 2012/02/19
- Re: [Matplotlib-users] Ploting a sparse matrix with imshow Jeff Whitaker 2012/02/19 <=
- Re: [Matplotlib-users] Ploting a sparse matrix with imshow Jerzy Karczmarczuk 2012/02/19