share x axis matplotlib

Solutions on MaxInterview for share x axis matplotlib by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "share x axis matplotlib"
Alma
09 Feb 2020
1fig=plt.figure()
2ax1 = plt.subplot(211)
3ax2 = plt.subplot(212, sharex = ax1)