Back to the main page.

Bug 722 - enable data cursor mode in rejectvisual_summary

Status CLOSED FIXED
Reported 2011-06-01 19:18:00 +0200
Modified 2011-07-07 15:52:14 +0200
Product: FieldTrip
Component: plotting
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P1 enhancement
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

Eliezer Kanal - 2011-06-01 19:18:32 +0200

As is, it's very difficult to tell which trial is which in rejectvisual_summary. It turns out that it's very easy to get matlab to tell you what a particular point on a plot represents, using data cursors mode: http://www.mathworks.com/help/techdoc/ref/datacursormode.html This proposed fix would simply turn this mode on by default. I've tested this and it does not interact with the visual selection mode for toggling trials/channels. Simply add the following to rejectvisual_summary.m before the plots are generated (line 106 in revision 3601): datacursormode on;


Jan-Mathijs Schoffelen - 2011-07-07 14:15:25 +0200

I think that this has been taken care of, isn't it?


Eliezer Kanal - 2011-07-07 15:52:14 +0200

We can definitely close this bug, as it's redundant to 790.