This is an automated email from the git hooks/post-receive script. yoh pushed a commit to annotated tag v0.1 in repository python-mne.
commit 82eb3857636345ad4ae0f672482de13759bb78aa Author: Alexandre Gramfort <[email protected]> Date: Thu Feb 3 13:57:33 2011 -0500 better tfr plot --- examples/plot_time_frequency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_time_frequency.py b/examples/plot_time_frequency.py index b53eb4a..bb03ae2 100644 --- a/examples/plot_time_frequency.py +++ b/examples/plot_time_frequency.py @@ -57,7 +57,7 @@ power, phase_lock = time_frequency(epochs, Fs=Fs, frequencies=frequencies, # View time-frequency plots import pylab as pl pl.clf() -pl.subplots_adjust(0.1, 0.08, 0.98, 0.94, 0.2, 0.43) +pl.subplots_adjust(0.1, 0.08, 0.96, 0.94, 0.2, 0.63) pl.subplot(3, 1, 1) pl.plot(times, evoked_data.T) pl.title('Evoked response (%s)' % raw['info']['ch_names'][picks[0]]) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
