<div dir="ltr">Dear Robert<div>Thank you! </div><div>Best regards,</div><div>Hame</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 8, 2018 at 4:53 PM, Robert Oostenveld <span dir="ltr"><<a href="mailto:r.oostenveld@donders.ru.nl" target="_blank">r.oostenveld@donders.ru.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Dear Hame<div><br></div><div>ft_sourceplot is a high-level function that includes interaction with the data (i.e. clicking). Furthermore, depending on method (ortho/surface/montage/<wbr>glassbrain/cloud) you will get one or mutliple sub-axes within one figure. So it is not suited for use in a loop with multiple axes or subplots.</div><div><br></div><div>I know that people are using it to export images to pdf/ps or ai format and then use external software to glue them together. I also find it convenient to save the figures to a bitmap using “print -dpng” and use external software (such as Windows picture viewer) to browse through large numbers of files. I believe this is also mentioned somewhere on <a href="http://www.fieldtriptoolbox.org/tutorial/plotting" target="_blank">http://www.<wbr>fieldtriptoolbox.org/tutorial/<wbr>plotting</a></div><div><br></div><div>If you want closer control over the figures and different axes within one figure, I recommend you use the lower-level plotting functions that you can find in fieldtrip/plotting. E.g. <a href="http://www.fieldtriptoolbox.org/reference/ft_plot_mesh" target="_blank">ft_plot_mesh</a>, which you can give the mesh and the colors you want on each of the vertices or triangles. See also <a href="http://www.fieldtriptoolbox.org/reference#from_the_plotting_module" target="_blank">http://www.<wbr>fieldtriptoolbox.org/<wbr>reference#from_the_plotting_<wbr>module</a></div><div><br></div><div><br></div><div>best regards,</div><div>Robert</div><div><br></div><div>PS please use the fieldtrip mailing list next time, there are many people on it that can help, and providing answers on the list benefits others as well</div><div><div class="h5"><div><br><div><br><blockquote type="cite"><div>On 27 Apr 2018, at 14:20, Hame Park <<a href="mailto:hame.hame.hame@gmail.com" target="_blank">hame.hame.hame@gmail.com</a>> wrote:</div><br class="m_-1861040332534357833Apple-interchange-newline"><div><div dir="ltr">Dear Robert<div><br></div><div>Hello!</div><div>I was trying to make a big figure with many</div><div>sourceplots, created from ft_sourceplot with the 'surface' method,</div><div>but it seems it always creates a separate figure.</div><div><br></div><div>I tried something like</div><div><br></div><div><div>h = figure;</div><div>ha = nan(length(T), 1);</div><div>for t=1:length(T)</div><div>    ha(t) = subplot(1, length(T), t);</div><div>end</div></div><div><br></div><div>for t=1:length(T)</div><div>    axes(ha(t))</div><div>    ft_sourceplot(cfg, data)</div><div>end</div><div><br></div><div>but it still opens up a new figure for ft_sourceplot.</div><div>I tried to look into the code, and tried disabling the line</div><div>h=figure; but this gave me errors which I couldn't comprehend.</div><div><br></div><div>Any help would be much appreciated!</div><div><br></div><div>Thank you.</div><div>Best wishes,</div><div>Hame</div></div>
</div></blockquote></div><br></div></div></div></div></blockquote></div><br></div>