conn2res.plotting.plot_iodata

conn2res.plotting.plot_iodata(x, y, n_trials=7, palette=None, rc_params={}, fig_params={}, ax_params={}, lg_params={}, title=None, show=True, savefig=False, fname='io_data', **kwargs)[source]

Plot input (x) and output (y) data.

Parameters:
  • x (_type_) – _description_

  • y (_type_) – _description_

  • n_trials (_type_, optional) – _description_, by default 7

  • palette (_type_, optional) – _description_, by default None

  • rc_params (dict) – dictionary of matplotlib rc parameters, by default {}

  • fig_params (dict) – dictionary of figure properties, by default {}

  • ax_params (dict) – dictionary of axes properties, by default {}

  • lg_params (dict) – dictionary of legend settings, by default {}

  • title (_type_, optional) – _description_, by default None

  • show (bool, optional) – _description_, by default True

  • savefig (bool, optional) – _description_, by default False

  • fname (_type_, optional) – _description_, by default None