saving . . . saved Label of axes has been deleted. Label of axes has been hidden .
Label of axes
Title
Question
how to modify the label of x any y axis such as font size, color of font , width of axis etc.

Python-3.4.3 Multiple-plots 01-02 min 40-50 sec 02-06-20, 11:45 a.m. HITESH_NINAMA

Answers:

You can change certain aspects of the axes by using keyword arguments and passing the correct values - for eg. facecolor argument for color

Please refer to <a href="https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.pyplot.axes.html" style="background-color: rgb(255, 255, 255);">https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.pyplot.axes.html</a> 

For a complete list of all keyword arguments
05-06-20, 2:20 p.m. ankitrj.iitb
ok
thanks
05-06-20, 3:21 p.m. HITESH_NINAMA

Login to add comment


Log-in to answer to this question.