We have learned how to use various attributes of the figure to create professional graphics. However, it is very time consuming to figure out so many different combinations and to arrive at good-looking graphics. Matplotlib provides a list of ready-made templates called style sheets that use pre-defined combinations of various attributes. In this recipe, we will learn how to use these pre-defined style sheets.
You can use print(plt.style.available) to get the list of all the available style sheets.