Back to the main page.
Bug 428 - ft_multiplotER is very slow
Status | CLOSED FIXED |
Reported | 2011-01-25 23:47:00 +0100 |
Modified | 2011-01-26 15:42:15 +0100 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-01-25 23:47:05 +0100
this is due to very frequent calls to set(gcf, 'Fontsize', cfg.fontsize) in a for loop, although it only needs to be done once in principle
Robert Oostenveld - 2011-01-25 23:47:42 +0100
I first considered moving the line to outside of the for loop, but then took out the line because it does not seem to serve a relevant purpose
Robert Oostenveld - 2011-01-26 15:41:05 +0100
I closed all the bugs that I resolved earlier today. These have been discussed at the Fieldtrip meeting and should not show up any more at the next meeting. If you feel that one of these bugs should not have been closed, you have to reopen it.