Back to the main page.
Bug 3242 - ensure that all ft_plot_xxx functions have an example in their help
Status |
NEW |
Reported |
2017-02-06 13:44:00 +0100 |
Modified |
2017-02-06 13:44:04 +0100 |
Product: |
FieldTrip |
Component: |
documentation |
Version: |
unspecified |
Hardware: |
PC |
Operating System: |
Mac OS |
Importance: |
P5 normal |
Assigned to: |
|
URL: |
|
Tags: |
|
Depends on: |
|
Blocks: |
|
See also: |
|
Robert Oostenveld - 2017-02-06 13:44:04 +0100
as discussed in the M/EEG meeting: it would be helpful if each ft_plot_xxx function would include one (or a few) small examples. Let me start with making a quick inventory:
The following ones already have an example:
roboos@mac011> grep -l [Ee]xample *.m
ft_plot_box.m
ft_plot_crosshair.m
ft_plot_dipole.m
ft_plot_headshape.m
ft_plot_matrix.m
ft_plot_mesh.m
ft_plot_patch.m
ft_plot_sens.m
ft_plot_vector.m
ft_plot_vol.m
ft_select_channel.m
ft_select_point.m
ft_select_point3d.m
ft_select_range.m
ft_select_voxel.m
ft_uilayout.m
And the following ones do NOT have an example:
roboos@mac011> grep -L [Ee]xample *.m
ft_plot_axes.m
ft_plot_lay.m
ft_plot_line.m
ft_plot_montage.m
ft_plot_ortho.m
ft_plot_slice.m
ft_plot_text.m
ft_plot_topo.m
ft_plot_topo3d.m
ft_select_box.m