It is probably because when you use nrows=1
, the axis dimension will also become 1.
So, for example, instead of axes[0, 2]
, you might try to use simply axes[2]
.
solved How to separate plots better? [closed]
It is probably because when you use nrows=1
, the axis dimension will also become 1.
So, for example, instead of axes[0, 2]
, you might try to use simply axes[2]
.
solved How to separate plots better? [closed]