<div dir="ltr"><div>Hi all,</div><div><br></div><div>I am trying to plot two ERPs in ft_multiplotER with different line styles. According to the documentation, I should be able to feed a cell array of styles into cfg.linestyle. But when I do that, it seems to only use the last style in the cell array. Here's an example of the code I'm using:</div><div><br></div><div>figure;</div><div>cfg = [];</div><div>cfg.parameter = 'avg';</div><div>cfg.layout = lay;</div><div>cfg.showlabels= 'yes';</div><div>cfg.linestyle = {'-' '--'};</div><div>cfg.channel = {'EEG' '-M1' '-M2'};</div><div>ft_multiplotER( cfg, MMNsonly.ka3, MMNsonly.pa3 );</div><div><br></div><div>I expected that this should make one of the ERPs be a solid line and one a dashed line, but it made both of them dashed lines, as you can see here: <a href="https://imgur.com/a/RybbkLq">https://imgur.com/a/RybbkLq</a></div><div><br></div><div>I'm not sure if I'm missing something that I should be doing, or if this is a bug. If anyone needs to be able to reproduce this, let me know and I can try to Dropbox you my data and layout to allow you to run this code.</div><div><br></div><div>Thanks,</div><div>Steve<br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br></div><span><div>---<br></div>Stephen Politzer-Ahles<br>The Hong Kong Polytechnic University<br>Department of Chinese and Bilingual Studies<br><a href="http://www.polyu.edu.hk/cbs/sjpolit/" target="_blank">http://www.polyu.edu.hk/cbs/sjpolit/</a></span></div></div></div></div></div></div></div></div></div></div></div></div></div>