Back to the main page.
Bug 2724 - ft_multiplotXX printing in landscape mode should be option, not default
Status | CLOSED FIXED |
Reported | 2014-10-03 10:36:00 +0200 |
Modified | 2015-02-11 10:40:11 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 enhancement |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jim Herring - 2014-10-03 10:36:07 +0200
During the NatMeg workshop we noticed that saving multiplotXX figures with 'print' automatically resulted in figures suited for landscape printing (e.g. rotated 90 degrees). Although this is very useful for actual printing, for saving it is not optimal.
Robert Oostenveld - 2014-10-07 14:28:58 +0200
mac011> grep landscape *.m ft_multiplotER.m:orient landscape ft_multiplotTFR.m:orient landscape ft_qualitycheck.m: orient landscape; The following returns empty mac011> grep cfg.orient *.m Hence I suggest to use cfg.orient
Robert Oostenveld - 2014-10-07 14:41:24 +0200
I made it an option in these two: mac011> svn commit ft_multiplotER.m ft_multiplotTFR.m Sending ft_multiplotER.m Sending ft_multiplotTFR.m Transmitting file data .. Committed revision 9887. Since ft_qualitycheck.m uses it differently (it really prints to files), I did not change it there.