How do I reduce the space between 2 line of subplot ?
I tried Tight_Layout()
But it also reduce space between columns
Below is my subplot structure :
ChartMatrix, ((A,B,C),(D,E,F)) = plt.subplots(2,3)
How do I reduce the space between 2 line of subplot ?
I tried Tight_Layout()
But it also reduce space between columns
Below is my subplot structure :
ChartMatrix, ((A,B,C),(D,E,F)) = plt.subplots(2,3)