I use the subplot module to draw multiple subplots, But error with'list' object has no attribute'set_xlim'

后端 未结 0 474
旧时难觅i
旧时难觅i 2020-12-28 09:13

here is my code

import matplotlib.pyplot as plt
import numpy as np
fig, (ax1, ax2) = plt.subplots(2,1)
fig.subplots_adjust(hspace=0.5)
data1          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题