[FieldTrip] plotting issue- linestyle
Stephen Whitmarsh
stephen.whitmarsh at gmail.com
Thu Aug 22 11:03:40 CEST 2019
Dear Jac,
It does sound like a bug, but it's hard to verify without some data to
reproduce it. I've not had any issues with plotting different lines/colors
myself in the past, but it's been a while.
You can report it as a bug at: http://www.fieldtriptoolbox.org/bugzilla/
Make sure to make it reproducible by including a TINY piece of data enough
to reproduce the problem. You can use ft_selectdata e.g. to only select
some timepoints/channels. In your case, you should also be able to
reproduce the bug using the same datastructure 6 times as input.
Cheers,
Stephen
Op wo 21 aug. 2019 om 14:25 schreef Jac Billington <J.Billington at leeds.ac.uk
>:
> Dear users,
>
> Apologies if I'm misusing the cfg parameters but I'm running into issues
> with plotting and can't find any examples/ thinking this may be a bug.
>
> I'm using both single and multiplot with the code below. My linestyle is
> always the 6th style with no error. From going through the multiplot code
> the line:
>
> ft_plot_vector(xval, yval, 'width', chanWidth(m), 'height',
> chanHeight(m), 'hpos', chanX(m), 'vpos', chanY(m), 'hlim', [xmin xmax],
> 'vlim', [ymin ymax], 'color', graphcolor, 'style', cfg.linestyle{i},
> 'linewidth', cfg.linewidth, 'axis', cfg.axes, 'highlight', mask,
> 'highlightstyle', cfg.maskstyle);
>
> ... is only called when i=6, i.e. the last data set. So the output makes
> sense, but I'm wondering how to change the lines of my plot to be two
> distinct styles. I cannot seem to adapt these .Children properties in
> matlab at a later point either.
>
> Many thanks in advance.
>
> Best, Jac
>
>
>
> cfg=[]
> cfg.layout = 'biosemi64.lay';
> cfg.center = 'no'
> layout = ft_prepare_layout(cfg);
> cfg = [];
> cfg.parameter = 'avg';
> cfg.channel = 'all';
> cfg.baseline = 'no' ;
> cfg.trials = 'all' ;
> cfg.axes = 'yes';
> cfg.box = 'no';
> cfg.showlabels = 'no' ;
> cfg.showoutline = 'no';
> cfg.showscale = 'yes';
> cfg.showcomment = 'yes' ;
> cfg.interactive = 'yes' ;
> cfg.graphcolor = 'rgbrgb';
> cfg.layout = layout;
> cfg.linestyle={'-','--','-','--','-',':'};
> ft_multiplotER(cfg, erp1{3}, erp1{4}, erp2{3}, erp2{4},erp3{3},
> erp3{4})
>
>
> *Dr Jac Billington*
>
> *Associate Professor in Perceptual Neuroscience*
>
> *School of Psychology, Rm G.06A*
>
> *University of Leeds*
>
> *Leeds, LS2 9JT*
>
> *Tel: +44(0)113 343 6686*
>
>
>
>
> _______________________________________________
> fieldtrip mailing list
> https://mailman.science.ru.nl/mailman/listinfo/fieldtrip
> https://doi.org/10.1371/journal.pcbi.1002202
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20190822/11e3f57c/attachment.html>
More information about the fieldtrip
mailing list