Back to the main page.

Bug 2315 - ft_databrowser: add/discuss multicolumn layouts

Status CLOSED FIXED
Reported 2013-10-09 14:53:00 +0200
Modified 2019-08-10 12:43:44 +0200
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P3 normal
Assigned to: Craig Richter
URL:
Tags:
Depends on:
Blocks: 2314
See also:

Roemer van der Meij - 2013-10-09 14:53:16 +0200


Robert Oostenveld - 2013-10-09 17:47:58 +0200

I have made some changes that allow more fancy layouts. download the dataFIC.mat example file and try load dataFIC cfg = []; cfg.viewmode = '3column'; cfg.channel = 1:15; ft_databrowser(cfg, dataFIC) cfg = []; cfg.viewmode = 'CTF151'; cfg.channel = 'MEG'; ft_databrowser(cfg, dataFIC) mac001> svn commit ft_databrowser.m Sending ft_databrowser.m Transmitting file data . Committed revision 8593. mac001> svn commit ft_databrowser.m Sending ft_databrowser.m Transmitting file data . Committed revision 8594. mac001> svn commit test_bug2315.m Adding test_bug2315.m Transmitting file data . Committed revision 8595.


Robert Oostenveld - 2013-10-20 11:25:12 +0200

there is some existing functionality that is not compatible with the multi-column layout mode (like the display of time along the horizontal axis). These need to be disabled conditional on the viewmode.


Roemer van der Meij - 2013-10-23 11:55:20 +0200

Nice! Especially the topo one. An idea for that one could be to display the time-axis in the 'comments' box-thing.


Robert Oostenveld - 2013-10-23 17:32:28 +0200

the layout contains a "comment" element (with text) and a "scale" element. We might want to pimp the scale element a bit (also for ft_multiplotER) and use that here.


Robert Oostenveld - 2019-03-26 16:37:22 +0100

The test script started to fail with https://github.com/fieldtrip/fieldtrip/pull/1039 In that PR I have removed the support for specifications such as cfg.layout='3column' in favor of cfg.columns and cfg.rows (together with cfg.layout='ordered'). I have now also updated the test script. roboos@mentat001> git commit -a [ecog-layout 4a88ca7] final improvements, pass all options to low-level function, updated test scripts 14 files changed, 23 insertions(+), 20 deletions(-) roboos@mentat001> git push Warning: untrusted X11 forwarding setup failed: xauth key data not generated Counting objects: 32, done. Delta compression using up to 8 threads. Compressing objects: 100% (17/17), done. Writing objects: 100% (17/17), 3.41 KiB | 0 bytes/s, done. Total 17 (delta 15), reused 0 (delta 0) remote: Resolving deltas: 100% (15/15), completed with 15 local objects. To git@github.com:robertoostenveld/fieldtrip.git 70ed4cb..4a88ca7 ecog-layout -> ecog-layout Since fancy layouts work (e.g. CTF151) and the multi-column layout also looks fine, I think this can be closed.


Robert Oostenveld - 2019-08-10 12:43:44 +0200

This closes a whole series of bugs that have recently been resolved (either FIXED/WONTFIX/INVALID). If you disagree, please file a new issue on https://github.com/fieldtrip/fieldtrip/issues.