escodrinyar.Plot.theme#

Plot.theme(config)#

Control the appearance of elements in the plot.

Note

The API for customizing plot appearance is not yet finalized. Currently, the only valid argument is a dict of matplotlib rc parameters. (This dict must be passed as a positional argument.)

It is likely that this method will be enhanced in future releases.

Matplotlib rc parameters are documented on the following page: https://matplotlib.org/stable/tutorials/introductory/customizing.html

Notes

The docstring of this function is autogenerated from seaborn.objects.Plot.theme().