use_plot_config#

use_plot_config(exclude_from_config: tuple[str, ...] = ()) Callable[[Callable[Param, RetType]], Callable[Param, RetType]][source]#

Decorate plot functions to register it and enables auto use of config.

Parameters:

exclude_from_config (tuple[str, ...]) – Names of keyword argument with default for which the type can not be represent in the config. Defaults to ()