I have this code which plots well my plots in a 1 row and 6 columns I tried unsuccessfully to plot it in a 2x3 or 3x2 Is there something I\'m missing in the .plot() implemen
Similarly you can also do:
for i, ax in enumerate(axes.reshape(-1)): df[spfvL[i]].plot(ax=ax)