makeProfile

emlib.matplotting.makeProfile(default=None, **kws)[source]

Create a profile based on a default profile

A profile is used to determine multiple defaults

Example

>>> makeProfile(
...     label_font="Roboto",
...     background=(10, 10, 10),
...     linewidth=2)