you can manipulate properties of the already drawn map, which is returned by that function, e.g.
m,h,s =plot_head_topography(topo, sensors.locations(), plotsensors=True) m.set_clim(0,0.5) pl.draw() # might not even be needed ;-) On Mon, 08 Apr 2013, Etienne Benoît Roesch wrote: > Hi all, > I was wondering if there was an equivalent to matplotlib ylim function to set > the min and max of the figure returned by plot_head_topography(), as I would > like to compare several plots. > Thanks! > Etienne -- Yaroslav O. Halchenko http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org Senior Research Associate, Psychological and Brain Sciences Dept. Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik _______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa

