Back to the main page.

Bug 1447 - implement highlighting in ERP figures (multi and singleplot) with the potential difference

Status CLOSED FIXED
Reported 2012-04-26 11:53:00 +0200
Modified 2012-08-23 10:33:46 +0200
Product: FieldTrip
Component: plotting
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P3 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2012-04-26 11:53:38 +0200

the idea is to fill in the space between the two ERP lines, e.g. with a light shade of grey.


Robert Oostenveld - 2012-04-26 13:30:50 +0200

it turned out that ft_multiplotER was not always correctly using ft_plot_vector. This was something that I had to fix first.


Robert Oostenveld - 2012-04-26 23:13:35 +0200

- changed the handling inside ft_plot_vector, improved dealing with multiple conditions as vdat input. - support difference as highlightstyle. See svn log message for further details. Try out the test script to see the differences. Note that set(gcf, 'color', [1 1 1]) makes the background white, which actually looks better on screen for some of them. manzana> svn commit ft_multiplotER.m Sending ft_multiplotER.m Transmitting file data . Committed revision 5712. the two previous commit contain the changes in the low-level plotting functions and a test script+data.


Robert Oostenveld - 2012-08-23 10:33:46 +0200

closed multiple bugs that have been resolved for some time