Back to the main page.
Bug 1289 - plotting functions could change the figure window title
Status | CLOSED FIXED |
Reported | 2012-01-25 12:09:00 +0100 |
Modified | 2012-08-23 10:35:15 +0200 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 enhancement |
Assigned to: | Eelke Spaak |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Eelke Spaak - 2012-01-25 12:09:39 +0100
So, instead of having windows 'Figure 1','Figure 2',...'Figure 67', users would get e.g. 'ft_multiplotTFR','ft_databrowser', etc. Good idea? I think so, it greatly simplifies handling multiple figures. Let's discuss during the meeting. Points for discussion: - Is the function name most appropriate to use in the window title? Or something more fancy ('TFR multiplot' or whatever)? - Should 'Figure X' still be included? (so 'Figure 1: ft_multiplotTFR' versus just 'ft_multiplotTFR')?
Robert Oostenveld - 2012-01-25 13:44:20 +0100
Also display extra information, inputname().
Eelke Spaak - 2012-01-25 16:21:47 +0100
Added this functionality to all the multi/single TFR/ER plots in revision 5179. More to follow.
Eelke Spaak - 2012-01-25 16:26:24 +0100
(In reply to comment #2) ... and the topoplots; sorry, forgot.
Eelke Spaak - 2012-05-01 13:24:34 +0200
ft_topoplotIC already had it. Also changed: Sending ft_databrowser.m Sending ft_layoutplot.m Sending ft_topoplotCC.m Transmitting file data ... Committed revision 5718. That seems about it, to me. I did not change ft_connectivityplot, or any of the intermediate-level plotting functions.