Label of axes
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
Answers:
You can change certain aspects of the axes by using keyword arguments and passing the correct values - for eg. facecolor argument for color
For a complete list of all keyword arguments
ok
thanks