Back to the main page.
Bug 1335 - dataplots should scale component topos according to the individual topos minmax
Status | CLOSED FIXED |
Reported | 2012-02-21 16:07:00 +0100 |
Modified | 2012-08-23 14:02:04 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 normal |
Assigned to: | Jörn M. Horschig |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jörn M. Horschig - 2012-02-21 16:07:10 +0100
right now, all topos are scaled according to minmax of all plotted topos. it would be much better to see maxima and minima within topos themselves rather than across topos.
Eelke Spaak - 2012-03-14 11:40:55 +0100
Which function are you referring to? Databrowser with component viewmode, or ft_topoplotIC? In general I actually don't agree with you, I think having the same color limits across different plots is the way to go.
Johanna - 2012-03-14 11:49:01 +0100
I agree with Eelke, but if Joern wants to make it a cfg (non-default) option, I see no harm there?
Eelke Spaak - 2012-03-14 11:56:50 +0100
(In reply to comment #2) True, as long as it does not become the default ;)
Jan-Mathijs Schoffelen - 2012-03-21 15:38:32 +0100
assign to reporter, who can then fix it (ideal) or reassign it to a named person
Jörn M. Horschig - 2012-03-22 11:28:45 +0100
512 $ svn ci ft_databrowser.m -m "bugfix-#1335- component topography scale can be adjusted using cfg.zlim and cfg.compscale" Sending ft_databrowser.m Transmitting file data . Committed revision 5515. default is 'global' scaling using 'maxmin' The previous default was some kind of mix between maxmin and maxabs: Every topography was scaled by it's own absolute maximum, but by MATLAB default the color scheme was adjusted according to the global minimum and maximum