Multivariate Pattern Analysis in Python |
Plot parameter distributions on a head surface (topography plots).
Plots a simple outline of a head viewed from the top.
The plot contains schematic representations of the nose and ears. The size of the head is basically a unit circle for nose and ears attached to it.
Parameters: |
|
---|---|
Return type: | Matplotlib lines2D object |
Returns: | can be used to tweak the look of the head outline. |
Plot distribution to a head surface, derived from some sensor locations.
The sensor locations are first projected onto the best fitting sphere and finally projected onto a circle (by simply ignoring the z-axis).
Parameters: |
|
---|---|
Return type: | (map, head, sensors) |
Returns: | The corresponding matplotlib objects are returned if plotted, ie. if plothead is set to False, head will be None. map The colormap that makes the actual plot, a matplotlib.image.AxesImage instance. head What is returned by plotHeadOutline(). sensors The dots marking the electrodes, a matplotlib.lines.Line2d instance. |