get_config#
- scikitplot.get_config()[source]#
Retrieve current values for configuration set by
set_config
.- Returns:
- configdict
Keys are parameter names that can be passed to
set_config
.
See also
config_context
Context manager for global scikit-plots configuration.
set_config
Set global scikit-plots configuration.
Examples
>>> import scikitplot >>> config = scikitplot.get_config() >>> config.keys() dict_keys([...])