Skip to content

Commit

Permalink
Windows title imshowMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan authored and jan committed Feb 11, 2018
1 parent b563564 commit 5e2e0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydeep/misc/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def imshow_matrix(matrix, windowtitle, interpolation='nearest'):
:param interpolation: Interpolation style
:type interpolation: string
"""
figure(windowtitle).suptitle()
figure(windowtitle)#.suptitle()
axis('off')
gray()
imshow(np.array(matrix, np.float64), interpolation=interpolation)
Expand Down

0 comments on commit 5e2e0f6

Please sign in to comment.