List current matplotlib styles available in CAF.viz.
Examples
Listing all available caf.viz styles.
>>> from caf.viz import utils
>>> utils.style_names()
[‘tfn’]
Using the TfN style.
>>> from matplotlib import pyplot as plt
>>> plt.style.use(“caf.viz.tfn”)
- Return type:
list[str]