Skip to content

Commit

Permalink
ENH: disabling interpolation for plot_distance_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wzinke committed Oct 1, 2012
1 parent 16f73e7 commit 7f19cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvpa2/misc/plot/base.py
Expand Up @@ -302,7 +302,7 @@ def plot_samples_distance(dataset, sortbyattr=None):

ed = np.sqrt(squared_euclidean_distance(samples))

pl.imshow(ed)
pl.imshow(ed, interpolation='nearest')
pl.colorbar()


Expand Down

0 comments on commit 7f19cf1

Please sign in to comment.