Bug summary Y labels in plots cannot be displayed in italic if the label contains numbers. While the letters will be italic, the numbers will stay in normal font. Code for reproduction mpl.rcParams ...
2) fontdict: is used to customize the font of title. like x-label and y-label 3) loc: is used to choose location for title. it can takes 3 values. a) loc = "left" b) loc = "center" c) loc = "right" :: ...