plot_config#
Module containing plot configuration.
Functions#
Summary
Create a mapping of parameter names and they docstrings.
Extract the default kwargs of
funcfrom its signature.Iterate over values and yield the values that are
Axes.Find which kwargs of a function were not provided by the user.
Context manager to override parts of the resolved functions
PlotConfig.Decorate plot functions to register it and enables auto use of config.
Classes#
Summary
Default value and type annotation of a kwarg extracted from the function signature.
Per function plot configuration.
Config for plot functions including default args and label overrides.
Mapping to override axis labels.
Value of
PlotLabelOverrideMap.