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 6913499d0a68b959e242b2152875e9057a7767c3 Author: Matti Hamalainen <[email protected]> Date: Thu Feb 17 16:00:33 2011 -0500 Fixed subplot placing --- examples/plot_read_epochs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_read_epochs.py b/examples/plot_read_epochs.py index 761231e..48bfe93 100644 --- a/examples/plot_read_epochs.py +++ b/examples/plot_read_epochs.py @@ -87,5 +87,5 @@ pl.xlim([1000*times[0], 1000*times[-1]]) pl.xlabel('time (ms)') pl.ylabel('Potential (uV)') pl.title('EEG evoked potential') -pl.subplots_adjust(0.175, 0.04, 0.94, 0.94, 0.2, 0.53) +pl.subplots_adjust(0.175, 0.07, 0.94, 0.94, 0.2, 0.53) pl.show() -- 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
