Back to the main page.
Bug 1149 - clarify the options that specify what to plot
Status | CLOSED FIXED |
Reported | 2011-11-13 14:47:00 +0100 |
Modified | 2012-06-12 13:02:14 +0200 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P3 minor |
Assigned to: | Cristiano Micheli |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-11-13 14:47:00 +0100
The options % 'faceindex' = true or false % 'vertexindex' = true or false don't make clear how they pertain to the actual plotting style. For example I don't understand what the difference is between facecolor=none and faceindex=false. See also ft_plot_vol.m
Boris Reuderink - 2011-11-17 10:46:46 +0100
Changed the status of bugs without a specific owner to UNCONFIRMED. I'll try to replicate these bugs (potentially involving the submitter), and change confirmed bugs to NEW. Boris
Boris Reuderink - 2011-11-17 12:03:50 +0100
I find references in the following files in revision 4724: $ find -name "*.m" | xargs grep -l faceindex ./plotting/ft_plot_vol.m ./plotting/ft_plot_mesh.m For me it is unclear as well what these arguments do.