set_plot_style

autoeis.visualization.set_plot_style(use_arviz: bool = True, use_seaborn: bool = True, use_flexoki: bool = True, console_width: int = 100)

Modifies the default arviz/matplotlib config for prettier plots.

Parameters:
  • use_arviz (bool, optional) – If True, use arviz’s default plotting style. Default is True.

  • use_seaborn (bool, optional) – If True, use seaborn’s default plotting style. Default is True.

  • use_flexoki (bool, optional) – If True, use Flexoki’s default plotting style. Default is True.

  • console_width (int, optional) – Width of the console in characters. Only set when in VS Code Interactive mode, otherwise automaticall deterimined. Default is 100.