Back to the main page.
Bug 669 - Open a new figure only if all possible errors have been checked for
Status | CLOSED FIXED |
Reported | 2011-05-16 12:56:00 +0200 |
Modified | 2011-07-13 14:46:39 +0200 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 minor |
Assigned to: | Jörn M. Horschig |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jörn M. Horschig - 2011-05-16 12:56:37 +0200
Best anyhow: do all error checks asap and return from function asap. If that's too much work for now, just focus on moving the figure statement to the appropriate line Occured to me for ft_multiplot_XXX, but also check all other plotting functions
Jörn M. Horschig - 2011-06-29 10:16:08 +0200
moved cla or clf from the beginning of the functions just before the first plotting call. Done for these functions: Sending ft_multiplotER.m Sending ft_multiplotTFR.m Sending ft_singleplotER.m Sending ft_topoplotER.m