Skip to content

ndi.viz.vis.plot_oridir2

  PLOT_ORIDIR - visualize temporal frequency results across conditions

  STATS = PLOT_ORIDIR(TBL, CONDITION_NAME, REFERENCE_GROUP, GROUP_NAME, ...)

  Given a table TBL and table column name that describes the different experimental
  conditions CONDITION_NAME and the name of the REFERENCE_GROUP (the condition
  that is the control) and the name of a column that determines random factors
  (GROUP_NAME), plots many features relevant for ORIENTATION/DIRECTION tuning.

  The fields that are examined are as follows:
    [prefix '_DIR_empirical_low_pass_index']
    [prefix '_DIR_ultimate_Pref']
    [prefix '_DIR_fitless_bandwidth']
    [prefix '_DIR_empirical_high_pass_index']
    [prefix '_DIR_empirical_max_response_value']


  The function takes options as name/value pairs:
  ----------------------------------------------------------------------------------
  | Parameter (default)          | Description                                     |
  |------------------------------|-------------------------------------------------|
  |prefix ('best')               | The prefix to be applied in front of temporal   |
  |                              |    frequency tuning fields.                     |
  | colors (vlt.plot.colorlist())| The colors that should be assigned to the       |
  |                              |    conditions.                                  |
  | group_line_color([1 1 0])    | The group mean line color.                      |
  |------------------------------|-------------------------------------------------|