How tuples are unpacked in matplotlib python while plotting subplots?

前端 未结 0 1596
迷失自我
迷失自我 2021-01-15 11:04

fig,((ax1,ax2,ax3),(ax4,ax5,ax6),(ax7,ax8,ax9)) = plt.subplots(3,3,sharex=True,sharey=True)

lineardata=np.array([1,2,3,4,5])

ax

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