Cannot get two plots showing at same time (ipython)

前端 未结 0 767
难免孤独
难免孤独 2021-02-11 05:36

Am trying to get both of these plots to show up stacked in a window, but only the last one is showing up:

fig = plt.figure()
ax1 = fig.add_subplot(211)
 
ax1.scat         


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