Skip to content
  • Tutorials
    • c programming
      • libraries
    • c++
    • Linux
    • Python
    • batch programming
    • Technology
  • IDE
  • Tools
add y axis label matplotlib 1

add y axis label matplotlib

April 26, 2022 by Anurag batra
plt.xlabel("X axis label")

Here is what the above code is Doing:
1. We’re creating a figure with a size of 8×6 inches.
2. We’re creating an axes object on that figure.
3. We’re plotting some data on that axes.
4. We’re giving the axes some labels.

Categories Python Examples
Post navigation
pandas count rows in column
how to count range in django template
© MyEduKit - 2022 . All Rights Reserved.