differt.plotting.process_matplotlib_kwargs#
- process_matplotlib_kwargs(kwargs)[source]#
Process keyword arguments passed to some Matplotlib plotting utility.
- Parameters:
kwargs (
MutableMapping[str,Any]) –A mutable mapping of keyword arguments passed to Matplotlib plotting.
Warning
The keys specified below will be removed from the mapping.
- Keyword Arguments:
Warning
When supplying both
figureandax, user must ensure thatax in figure.axesevaluates toTrue.