From 12e93be57c9049c6061be3854803978b5d2e738f Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Wed, 18 Nov 2020 11:21:56 -0600 Subject: [PATCH] fix example --- examples/visualization/plot_eeglab_head_sphere.py | 1 - 1 file changed, 1 deletion(-) 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')