0

In this code below each subplot gets added to next row, How can I change the ordering to follow columns?

for i in range(1,20):
    plt.subplot(10,2,i)
    ...
A.Razavi
  • 479
  • 2
  • 8
  • 19

0 Answers0