Skip to content

Commit

Permalink
Fix to colorbar in topomap.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeilepp authored and agramfort committed Nov 21, 2015
1 parent d21488b commit fc4d533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mne/viz/topomap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,6 @@ def plot_evoked_topomap(evoked, times="auto", ch_type=None, layout=None,

if title is not None:
plt.suptitle(title, verticalalignment='top', size='x-large')
tight_layout(pad=size, fig=fig)

if colorbar:
cax = plt.subplot(1, n_times + 1, n_times + 1)
Expand Down

0 comments on commit fc4d533

Please sign in to comment.