conn2res.plotting.plot_reservoir_states

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

Plot simulated reservoir states.

Parameters:
  • x (_type_) – _description_

  • reservoir_states (_type_) – _description_

  • n_trials (int, 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 (list of dict) – list of dictionaries setting axes properties, by default [{}] * 2

  • lg_params (dict) – dictionary of legend settings for first axis, 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 ‘res_states’