Back to the main page.

Bug 1476 - cfg.interactive, xlim/ylim not kept

Status CLOSED FIXED
Reported 2012-05-15 11:15:00 +0200
Modified 2013-01-17 10:43:01 +0100
Product: FieldTrip
Component: plotting
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P3 normal
Assigned to: Roemer van der Meij
URL:
Tags:
Depends on:
Blocks:
See also:

Johanna - 2012-05-15 11:15:10 +0200

When calling ft_multiplotTFR with cfg.interactive='yes', and with specified xlim and ylim which are a subset of the existing data, it appears correctly for the initial screen of the multiplot. But after drawing the square to select channels and the new TFR appears for those channels, then the xlim/ylim seems lost (meaning all x-values and y-values are plotted, not the subset), even though the zlim is kept. Is this intended, or a bug?


Roemer van der Meij - 2012-05-29 12:41:21 +0200

See bugs for other fixes to multiplotTFR bug 1456 bug 1459 bug 1492


Roemer van der Meij - 2012-07-12 16:25:16 +0200

I'm not able to use the interactive mode it would seem, I get a weird deeply nested error in cell-array assignement in postamble being called by singleplotTFR. Are you able to explore interactively without errors (asking before I submit the error as a bug).


Johanna - 2012-07-12 16:44:42 +0200

Yes, the interactive does still work for me with this: cfg=[]; cfg.interactive='yes'; cfg.xlim=[0 1]; cfg.ylim=[8 12]; cfg.layout='EEG1010.lay'; ft_multiplotTFR(cfg,freqre) However, the bug now only appears to be related to ylim (frequency) (i.e. all frequencies are shown, not just 8-12) whereas xlim is kept correctly in the new window.


Roemer van der Meij - 2012-08-02 18:14:15 +0200

For some reason it was always set to 'maxmin', renabled using the previous cfg.


Roemer van der Meij - 2013-01-17 10:43:01 +0100

bug closing time