Back to the main page.
Bug 2226 - mismatch between wiki and reference documentation cfg.linestyle
| Status | CLOSED FIXED |
| Reported | 2013-07-31 11:00:00 +0200 |
| Modified | 2018-03-10 21:34:07 +0100 |
| Product: | FieldTrip |
| Component: | documentation |
| Version: | unspecified |
| Hardware: | All |
| Operating System: | All |
| Importance: | P3 trivial |
| Assigned to: | |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Alina - 2013-07-31 11:00:04 +0200
Function ft_singleplotER used to have a configuration option cfg.linestyle. Recently it was replaced by cfg.cm_linestyle. If I type "help ft_singleplotER" in Matlab, the built-in documentation contains the correct parameter name (cfg.cm_linestyle), but the online wiki still contains the old name (cfg.linestyle). The relevant wiki pages should be updated. It concerns the following two pages: http://fieldtrip.fcdonders.nl/reference/index#l and http://fieldtrip.fcdonders.nl/reference/ft_singleploter
Robert Oostenveld - 2013-07-31 12:54:18 +0200
(In reply to comment #0) that is a weird change. To me it seems that it is an accidental change due to search-and-replace of some other piece of code.