diff --git a/examples/visualization/plot_eeglab_head_sphere.py b/examples/visualization/plot_eeglab_head_sphere.py index e1b2896eb15..488c14edd57 100644 --- a/examples/visualization/plot_eeglab_head_sphere.py +++ b/examples/visualization/plot_eeglab_head_sphere.py @@ -99,7 +99,6 @@ fake_evoked.plot_sensors(sphere=(x, y, z, radius), axes=ax[1], show=False) # add titles -fig.texts[0].remove() ax[0].set_title('MNE channel projection', fontweight='bold') ax[1].set_title('EEGLAB channel projection', fontweight='bold')