Back to the main page.

Bug 250 - plot_matrix with saturation as maskstyle gives 'hidden' gray areas

Status CLOSED FIXED
Reported 2010-11-29 15:38:00 +0100
Modified 2011-11-01 11:18:10 +0100
Product: FieldTrip
Component: plotting
Version: unspecified
Hardware: PC
Operating System: All
Importance: P1 normal
Assigned to: Roemer van der Meij
URL:
Tags:
Depends on:
Blocks:
See also:

Roemer van der Meij - 2010-11-29 15:38:06 +0100

When using multiplotTFR (and presumably other plot functions that rely on plot_matrix) there are patches of gray in the TFR, next to the regular masked data-points. These do not fall under the mask and as such are not meant to be there.


Roemer van der Meij - 2011-11-01 11:18:02 +0100

One form the old box! It's now fixed, saturation uses imagesc now instead of uimagesc. Uimagsc couldn't handle RGB input, so I made an rgb version of uimagesc and uimage. However, these for some reasons stretched the axis out more than the regular uimagesc. Everything seemed fine by using imagesc, so I just switched to that.