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
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
Login to add comment